Lines Matching defs:cName
145 virtual std::string cName() const = 0;
147 PrintFatalError("no LLVM type name available for type " + cName());
184 std::string cName() const override { return "void"; }
200 std::string cName() const override {
201 std::string Name = Pointee->cName();
228 // the main cName() query method puts "_t" on the end for the final type name.
235 std::string cName() const override { return cNameBase() + "_t"; }
258 std::string cName() const override {
260 return CRegularNamedType::cName();
603 OS << ParamAlloc.allocParam(IntegerType->cName(), utostr(IntegerValue))
1019 std::string key = PT.cName();
1785 << "), __clang_arm_mve_strict_polymorphism)) " << ST->cName() << " "
1786 << VT->cName() << ";\n";
1792 OS << "typedef struct { " << VT->cName() << " val[" << n << "]; } "
1793 << MT->cName() << ";\n";
1836 std::string RetTypeName = Int.returnType()->cName();
1842 ArgTypeNames.push_back(ArgTypePtr->cName());
2052 << "), __clang_arm_mve_strict_polymorphism)) " << ST->cName() << " "
2053 << VT->cName() << ";\n";
2081 std::string RetTypeName = Int.returnType()->cName();
2087 ArgTypeNames.push_back(ArgTypePtr->cName());