cprover
|
Go to the source code of this file.
Functions | |
static std::ostream & | format_rec (std::ostream &os, const struct_typet &src) |
format a struct_typet More... | |
std::ostream & | format_rec (std::ostream &os, const typet &type) |
Formats a type in a generic syntax that is inspired by C/C++/Java, and is meant for debugging. More... | |
|
static |
format a struct_typet
Definition at line 16 of file format_type.cpp.
References struct_union_typet::components(), and format().
Referenced by format_rec().
std::ostream& format_rec | ( | std::ostream & | os, |
const typet & | type | ||
) |
Formats a type in a generic syntax that is inspired by C/C++/Java, and is meant for debugging.
Definition at line 38 of file format_type.cpp.
References format(), format_rec(), symbol_typet::get_identifier(), irept::id(), typet::subtype(), to_array_type(), to_struct_type(), and to_symbol_type().