| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackFrameLayoutAnalysisPass.cpp | 114 std::string getTypeString(SlotType Ty) { in getTypeString() function 154 << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WindowsResourceDumper.cpp | 56 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 265 auto getTypeString = [&](StringRef TypeStr) { in initTypeStr() local 310 Str += getTypeString("float"); in initTypeStr() 319 Str += getTypeString("bfloat"); in initTypeStr() 322 Str += getTypeString("int"); in initTypeStr() 325 Str += getTypeString("uint"); in initTypeStr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 292 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, 301 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD() 632 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.h | 106 const char *getTypeString(unsigned ID) const { in getTypeString() function
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 259 std::string getTypeString(const Record *Type, TypeFlags Flags, 993 std::string OpenCLBuiltinFileEmitterBase::getTypeString(const Record *Type, in getTypeString() function in OpenCLBuiltinFileEmitterBase 1091 std::string FullType = getTypeString(Type, Flags, Vector); in expandTypesInSignature()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 65 static std::string getTypeString(Type *T) { in getTypeString() function 1682 getTypeString(Ty) + "'"); in checkValidVariableType() 3814 getTypeString(ExpectedTy) + "'"); in parseValID() 3937 getTypeString(DestTy) + "'"); in parseValID() 5879 getTypeString(Ty) + "'"); in convertValIDToValue() 6169 getTypeString(PFT) + "' but was '" + in parseFunctionHeader() 6170 getTypeString(FwdFn->getType()) + "'"); in parseFunctionHeader() 6692 getTypeString(ResType) + "'"); in parseRet() 6704 getTypeString(ResType) + "'"); in parseRet() 7338 getTypeString(DestTy) + "'"); in parseCast() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 102 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 189 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError() 485 return addNameChild(Entry.getTypeString(), StringTable); in addTypeNode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 520 Expr *getTypeString(QualType T) { in getTypeString() function 579 Expr *TypeLit = getTypeString(S.Context.getRecordType(RD)); in dumpUnnamedRecord() 630 getTypeString(FD->getType()), in dumpRecordValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11544 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType()
|