Renaming levels. More...
#include "renaming_level.h"#include <util/namespace.h>#include <util/pointer_expr.h>#include <util/ssa_expr.h>#include <util/symbol.h>#include "goto_symex_state.h"Go to the source code of this file.
type is correctly renamed to level 2 and return true in case an error is detected. expr is correctly renamed to level 1 and return true in case an error is detected. expr is correctly renamed to level 2 and return true in case an error is detected. Renaming levels.
Definition in file renaming_level.cpp.
Check that expr is correctly renamed to level 2 and return true in case an error is detected.
Definition at line 242 of file renaming_level.cpp.
Check that type is correctly renamed to level 2 and return true in case an error is detected.
Definition at line 199 of file renaming_level.cpp.
Check that expr is correctly renamed to level 1 and return true in case an error is detected.
Definition at line 215 of file renaming_level.cpp.
Undo all levels of renaming.
Definition at line 158 of file renaming_level.cpp.
Undo all levels of renaming.
Definition at line 172 of file renaming_level.cpp.
Set the level 0 renaming of SSA expressions.
Level 0 corresponds to threads. The renaming is built for one particular interleaving. Rename ssa_expr using thread_nr as L0 tag, unless ssa_expr is a guard, a shared variable or a function. ns is queried to decide whether we are in one of these cases.
Definition at line 22 of file renaming_level.cpp.