Home
last modified time | relevance | path

Searched refs:cName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp145 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::VoidType
200 std::string cName() const override { in cName() function in __anon819a2c470111::PointerType
201 std::string Name = Pointee->cName(); in cName()
235 std::string cName() const override { return cNameBase() + "_t"; } in cName() function in __anon819a2c470111::CRegularNamedType
258 std::string cName() const override { in cName() function in __anon819a2c470111::ScalarType
260 return CRegularNamedType::cName(); in cName()
603 OS << ParamAlloc.allocParam(IntegerType->cName(), utostr(IntegerValue)) in genCode()
1019 std::string key = PT.cName(); in getPointerType()
[all …]