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_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/3]

◆ rewrite_union() [2/3]

void rewrite_union ( goto_functionst goto_functions,
const namespacet ns 
)

Definition at line 91 of file rewrite_union.cpp.

References Forall_goto_functions, and rewrite_union().

◆ rewrite_union() [3/3]

void rewrite_union ( goto_modelt goto_model)