Searched refs:getTypeString (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | WindowsResourceDumper.cpp | 56 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
|
| /llvm-project-15.0.7/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 250 auto getTypeString = [&](StringRef TypeStr) { in initTypeStr() local 294 Str += getTypeString("float"); in initTypeStr() 297 Str += getTypeString("int"); in initTypeStr() 300 Str += getTypeString("uint"); in initTypeStr()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.h | 94 const char *getTypeString(unsigned ID) const { in getTypeString() function
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 259 std::string getTypeString(const Record *Type, TypeFlags Flags, 981 std::string OpenCLBuiltinFileEmitterBase::getTypeString(const Record *Type, in getTypeString() function in OpenCLBuiltinFileEmitterBase 1079 std::string FullType = getTypeString(Type, Flags, Vector); in expandTypesInSignature()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 55 static std::string getTypeString(Type *T) { in getTypeString() function 1517 getTypeString(Ty) + "'"); in checkValidVariableType() 3358 getTypeString(ExpectedTy) + "'"); in parseValID() 3474 getTypeString(DestTy) + "'"); in parseValID() 5449 getTypeString(Ty) + "'"); in convertValIDToValue() 5723 getTypeString(PFT) + "' but was '" + in parseFunctionHeader() 5724 getTypeString(FwdFn->getType()) + "'"); in parseFunctionHeader() 6229 getTypeString(ResType) + "'"); in parseRet() 6241 getTypeString(ResType) + "'"); in parseRet() 6878 getTypeString(DestTy) + "'"); in parseCast() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 102 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 189 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError() 485 return addNameChild(Entry.getTypeString(), StringTable); in addTypeNode()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10354 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, 10363 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD() 10813 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 455 Expr *getTypeString(QualType T) { in getTypeString() function 514 Expr *TypeLit = getTypeString(S.Context.getRecordType(RD)); in dumpUnnamedRecord() 565 getTypeString(FD->getType()), in dumpRecordValue()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11282 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType()
|