Example #1
0
std::string linkingt::to_string(const typet &type)
{ 
  return type2c(type, ns);
}
Example #2
0
std::string c_typecheck_baset::to_string(const typet &type)
{ 
  return type2c(type, *this);
}
Example #3
0
std::string cegis_operand_array_name(const symbol_tablet &st, const typet &type)
{
  std::string result(VARIABLE_ARRAY_PREFIX);
  return result+=type2c(type, namespacet(st));
}