/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | FileList.cpp | 48 Expected<HeaderType> parseType(const Object *Obj); 69 Expected<HeaderType> Implementation::parseType(const Object *Obj) { in parseType() function in __anon82227fd60111::Implementation 114 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 | 2786 Node *parseType(); 3178 Node *P = getDerived().parseType(); in parseUnnamedTypeName() 3353 Node *Ty = getDerived().parseType(); in parseOperatorName() 3819 Node *T = getDerived().parseType(); in parseFunctionType() 3835 Node *ReturnType = getDerived().parseType(); in parseFunctionType() 3854 Node *T = getDerived().parseType(); in parseFunctionType() 3882 Node *ElemType = getDerived().parseType(); in parseVectorType() 3894 Node *ElemType = getDerived().parseType(); in parseVectorType() 3899 Node *ElemType = getDerived().parseType(); in parseVectorType() 3945 Node *Ty = getDerived().parseType(); in parseArrayType() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 444 bool parseType(Type *&Result, const Twine &Msg, bool AllowVoid = false); 445 bool parseType(Type *&Result, bool AllowVoid = false) { 446 return parseType(Result, "expected type", AllowVoid); 448 bool parseType(Type *&Result, const Twine &Msg, LocTy &Loc, 451 return parseType(Result, Msg, AllowVoid); 453 bool parseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { 455 return parseType(Result, AllowVoid);
|
H A D | Parser.h | 193 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCTypeUtilities.h | 69 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/clang/include/clang/CIR/Dialect/IR/ |
H A D | CIRDialect.td | 34 Type parseType(DialectAsmParser &parser) const override;
|
/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 | 83 Expected<Type> parseType(yaml::MappingNode &Node);
|
H A D | YAMLRemarkParser.cpp | 208 Expected<Type> T = parseType(*Root); in parseRemark() 271 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseRemark() 273 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { parseType() function in YAMLRemarkParser
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 104 if (parseType(Ty) || parseConstantValue(Ty, C)) in parseStandaloneConstantValue() 119 if (parseType(Ty)) in parseTypeAtBeginning() 1194 if (parseType(Ty) || in parseAliasOrIFunc() 1379 parseGlobalType(IsConstant) || parseType(Ty, TyLoc)) in parseGlobal() 2871 bool LLParser::parseType(Type *&Result, const Twine &Msg, bool AllowVoid) { in parseType() function in LLParser 3038 if (parseType(ArgTy, ArgLoc)) in parseParameterList() 3072 if (parseType(Ty)) in parseRequiredTypeAttr() 3102 if (parseToken(lltok::lparen, "expected '('") || parseType(Ty, TyLoc)) in parseRangeAttr() 3205 if (parseType(Ty) || parseValue(Ty, Input, PFS)) in parseOptionalOperandBundles() 3260 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 | 374 auto Type = WebAssembly::parseType(Lexer.getTok().getString()); in parseRegTypeList() 788 auto Type = WebAssembly::parseType(TypeName); in parseDirective() 828 WebAssembly::parseType(ElemTypeName); in parseDirective()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 514 llvm::itanium_demangle::Node *parseType() { in parseType() function in __anon36efa97a0111::TypeSubstitutor 516 return ManglingSubstitutor::parseType(); in parseType()
|