12 #ifndef CPROVER_GOTO_PROGRAMS_REWRITE_UNION_H
13 #define CPROVER_GOTO_PROGRAMS_REWRITE_UNION_H
Base class for all expressions.
A collection of goto functions.
::goto_functiont goto_functiont
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Goto Programs with Functions.
void rewrite_union(exprt &)
We rewrite u.c for unions u into byte_extract(u, 0), and { .c = v } into byte_update(NIL,...
void restore_union(exprt &, const namespacet &)
Undo the union access -> byte_extract replacement that rewrite_union did for the purpose of displayin...