type_to_c_type    318 src/CodeGen_C.cpp     return type_to_c_type(type, space_option == AppendSpace);
type_to_c_type    388 src/CodeGen_C.cpp         stream << type_to_c_type(op->type, true) << " " << name << "(";
type_to_c_type    402 src/CodeGen_C.cpp                 stream << type_to_c_type(op->args[i].type(), true);