12 #ifndef CPROVER_ANSI_C_TYPE2NAME_H
13 #define CPROVER_ANSI_C_TYPE2NAME_H
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
The type of an expression, extends irept.
std::string type2name(const typet &type, const namespacet &ns)
std::string type_to_partial_identifier(const typet &type, const namespacet &ns)
Constructs a string describing the given type, which can be used as part of a C identifier.