cprover
rewrite_union.h File Reference

Symbolic Execution. More...

Include dependency graph for rewrite_union.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void rewrite_union (exprt &expr, const namespacet &ns)
 We rewrite u.c for unions u into byte_extract(u, 0), and { .c = v } into byte_update(NIL, 0, v) More...
 
void rewrite_union (goto_functionst::goto_functiont &goto_function, const namespacet &ns)
 
void rewrite_union (goto_functionst &goto_functions, const namespacet &ns)
 
void rewrite_union (goto_modelt &goto_model)
 

Detailed Description

Symbolic Execution.

Definition in file rewrite_union.h.

Function Documentation

◆ rewrite_union() [1/4]

◆ rewrite_union() [2/4]

void rewrite_union ( goto_functionst::goto_functiont goto_function,
const namespacet ns 
)

Definition at line 110 of file rewrite_union.cpp.

References Forall_goto_program_instructions, and rewrite_union().

◆ rewrite_union() [3/4]

void rewrite_union ( goto_functionst goto_functions,
const namespacet ns 
)

Definition at line 121 of file rewrite_union.cpp.

References Forall_goto_functions, and rewrite_union().

◆ rewrite_union() [4/4]

void rewrite_union ( goto_modelt goto_model)