Searched refs:cName (Results 1 – 1 of 1) sorted by relevance
145 virtual std::string cName() const = 0;147 PrintFatalError("no LLVM type name available for type " + cName()); in llvmName()184 std::string cName() const override { return "void"; } in cName() function in __anon819a2c470111::VoidType200 std::string cName() const override { in cName() function in __anon819a2c470111::PointerType201 std::string Name = Pointee->cName(); in cName()235 std::string cName() const override { return cNameBase() + "_t"; } in cName() function in __anon819a2c470111::CRegularNamedType258 std::string cName() const override { in cName() function in __anon819a2c470111::ScalarType260 return CRegularNamedType::cName(); in cName()603 OS << ParamAlloc.allocParam(IntegerType->cName(), utostr(IntegerValue)) in genCode()1019 std::string key = PT.cName(); in getPointerType()[all …]