Symbolic Execution of ANSI-C. More...
#include "rewrite_union.h"#include <util/arith_tools.h>#include <util/byte_operators.h>#include <util/c_types.h>#include <util/pointer_expr.h>#include <util/pointer_offset_size.h>#include <util/std_code.h>#include <goto-programs/goto_model.h>Go to the source code of this file.
Symbolic Execution of ANSI-C.
Definition in file rewrite_union.cpp.
Definition at line 23 of file rewrite_union.cpp.
Undo the union access -> byte_extract replacement that rewrite_union did for the purpose of displaying expressions to users.
Definition at line 180 of file rewrite_union.cpp.
Undo the union access -> byte_extract replacement that rewrite_union did for the purpose of displaying expressions to users.
Definition at line 128 of file rewrite_union.cpp.
We rewrite u.c for unions u into byte_extract(u, 0), and { .c = v } into byte_update(NIL, 0, v)
Definition at line 68 of file rewrite_union.cpp.
Definition at line 112 of file rewrite_union.cpp.
Definition at line 101 of file rewrite_union.cpp.
Definition at line 118 of file rewrite_union.cpp.
Definition at line 46 of file rewrite_union.cpp.