CBMC
|
#include "format.h"
Go to the source code of this file.
Functions | |
std::ostream & | format_rec (std::ostream &, const exprt &) |
Formats an expression in a generic syntax that is inspired by C/C++/Java, and is meant for debugging. More... | |
std::ostream& format_rec | ( | std::ostream & | , |
const exprt & | |||
) |
Formats an expression in a generic syntax that is inspired by C/C++/Java, and is meant for debugging.
Definition at line 619 of file format_expr.cpp.