|
cprover
|
Program Transformation. More...
#include "goto_program.h"#include <ostream>#include <iomanip>#include <util/expr_iterator.h>#include <util/find_symbols.h>#include <util/std_expr.h>#include <util/validate.h>#include <langapi/language_util.h>
Include dependency graph for goto_program.cpp:Go to the source code of this file.
Functions | |
| void | parse_lhs_read (const exprt &src, std::list< exprt > &dest) |
| std::list< exprt > | expressions_read (const goto_programt::instructiont &instruction) |
| std::list< exprt > | expressions_written (const goto_programt::instructiont &instruction) |
| void | objects_read (const exprt &src, std::list< exprt > &dest) |
| std::list< exprt > | objects_read (const goto_programt::instructiont &instruction) |
| void | objects_written (const exprt &src, std::list< exprt > &dest) |
| std::list< exprt > | objects_written (const goto_programt::instructiont &instruction) |
| std::string | as_string (const class namespacet &ns, const goto_programt::instructiont &i) |
| std::ostream & | operator<< (std::ostream &out, goto_program_instruction_typet t) |
Outputs a string representation of a goto_program_instruction_typet More... | |
Program Transformation.
Definition in file goto_program.cpp.
| std::string as_string | ( | const class namespacet & | ns, |
| const goto_programt::instructiont & | i | ||
| ) |
Definition at line 403 of file goto_program.cpp.
| std::list<exprt> expressions_read | ( | const goto_programt::instructiont & | instruction | ) |
Definition at line 266 of file goto_program.cpp.
| std::list<exprt> expressions_written | ( | const goto_programt::instructiont & | instruction | ) |
Definition at line 311 of file goto_program.cpp.
Definition at line 339 of file goto_program.cpp.
| std::list<exprt> objects_read | ( | const goto_programt::instructiont & | instruction | ) |
Definition at line 363 of file goto_program.cpp.
Definition at line 376 of file goto_program.cpp.
| std::list<exprt> objects_written | ( | const goto_programt::instructiont & | instruction | ) |
Definition at line 390 of file goto_program.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, |
| goto_program_instruction_typet | t | ||
| ) |
Outputs a string representation of a goto_program_instruction_typet
Definition at line 864 of file goto_program.cpp.
Definition at line 241 of file goto_program.cpp.