| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | FileList.cpp | 46 Expected<HeaderType> parseType(const Object *Obj); 67 Expected<HeaderType> Implementation::parseType(const Object *Obj) { in parseType() function in __anon82227fd60111::Implementation 112 auto Type = parseType(Obj); in parseHeaders()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | DLangDemangle.cpp | 159 bool parseType(std::string_view &Mangled); 330 if (!parseType(Backref)) in parseTypeBackref() 382 } else if (!parseType(Mangled)) in parseMangle() 468 bool Demangler::parseType(std::string_view &Mangled) { in parseType() function in Demangler
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2923 Node *parseType(); 3315 Node *P = getDerived().parseType(); in parseUnnamedTypeName() 3493 Node *Ty = getDerived().parseType(); in parseOperatorName() 3959 Node *T = getDerived().parseType(); in parseFunctionType() 3975 Node *ReturnType = getDerived().parseType(); in parseFunctionType() 3994 Node *T = getDerived().parseType(); in parseFunctionType() 4022 Node *ElemType = getDerived().parseType(); in parseVectorType() 4034 Node *ElemType = getDerived().parseType(); in parseVectorType() 4039 Node *ElemType = getDerived().parseType(); in parseVectorType() 4085 Node *Ty = getDerived().parseType(); in parseArrayType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 448 bool parseType(Type *&Result, const Twine &Msg, bool AllowVoid = false); 449 bool parseType(Type *&Result, bool AllowVoid = false) { 450 return parseType(Result, "expected type", AllowVoid); 452 bool parseType(Type *&Result, const Twine &Msg, LocTy &Loc, 455 return parseType(Result, Msg, AllowVoid); 457 bool parseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { 459 return parseType(Result, AllowVoid);
|
| H A D | Parser.h | 193 LLVM_ABI Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTypeUtilities.h | 73 std::optional<wasm::ValType> parseType(StringRef Type);
|
| H A D | WebAssemblyMCTypeUtilities.cpp | 20 std::optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType() function in WebAssembly
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 230 N = P->Demangler.parseType(); in addEquivalence() 237 N = P->Demangler.parseType(); in addEquivalence()
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.h | 80 Expected<Type> parseType(yaml::MappingNode &Node);
|
| H A D | YAMLRemarkParser.cpp | 183 Expected<Type> T = parseType(*Root); in parseRemark() 246 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType() function in YAMLRemarkParser
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRDialect.td | 47 mlir::Type parseType(mlir::DialectAsmParser &parser) const override;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRTypes.cpp | 62 Type CIRDialect::parseType(DialectAsmParser &parser) const { in parseType() function in CIRDialect 156 return parser.parseType(members.emplace_back()); in parse() 630 if (failed(p.parseType(type))) in parseFuncTypeParams()
|
| H A D | CIRDialect.cpp | 644 if (parser.parseType(opsFnTy)) in parseCallCommon()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 100 if (parseType(Ty) || parseConstantValue(Ty, C)) in parseStandaloneConstantValue() 115 if (parseType(Ty)) in parseTypeAtBeginning() 1184 if (parseType(Ty) || in parseAliasOrIFunc() 1367 parseGlobalType(IsConstant) || parseType(Ty, TyLoc)) in parseGlobal() 2901 bool LLParser::parseType(Type *&Result, const Twine &Msg, bool AllowVoid) { in parseType() function in LLParser 3068 if (parseType(ArgTy, ArgLoc)) in parseParameterList() 3104 if (parseType(Ty)) in parseRequiredTypeAttr() 3134 if (parseToken(lltok::lparen, "expected '('") || parseType(Ty, TyLoc)) in parseRangeAttr() 3296 if (parseType(Ty)) in parseOptionalOperandBundles() 3357 if (parseType(ArgTy) || parseOptionalParamAttrs(Attrs)) in parseArgumentList() [all …]
|
| H A D | Parser.cpp | 200 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 421 auto Type = WebAssembly::parseType(Lexer.getTok().getString()); in parseRegTypeList() 932 auto Type = WebAssembly::parseType(TypeName); in parseDirective() 972 WebAssembly::parseType(ElemTypeName); in parseDirective()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 651 llvm::itanium_demangle::Node *parseType() { in parseType() function in __anon36efa97a0111::TypeSubstitutor 653 return ManglingSubstitutor::parseType(); in parseType()
|