Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFastDemangle.cpp1027 if (!ParseType()) in ParseFunctionType()
1061 if (!ParseType()) in ParseFunctionType()
1109 if (!ParseType()) in ParseArrayType()
1124 if (!ParseType()) in ParseArrayType()
1141 if (!ParseType()) in ParseArrayType()
1164 if (!ParseType()) in ParsePointerToMemberType()
1169 if (!ParseType()) in ParsePointerToMemberType()
1214 ParseType() in ParseType() function in __anon411b52a90111::SymbolDemangler
1230 if (!ParseType()) in ParseType()
1288 if (!ParseType()) in ParseType()
[all …]
/NextBSD/contrib/llvm/lib/AsmParser/
HDLLParser.h277 bool ParseType(Type *&Result, const Twine &Msg, bool AllowVoid = false);
278 bool ParseType(Type *&Result, bool AllowVoid = false) {
279 return ParseType(Result, "expected type", AllowVoid);
281 bool ParseType(Type *&Result, const Twine &Msg, LocTy &Loc,
284 return ParseType(Result, Msg, AllowVoid);
286 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
288 return ParseType(Result, AllowVoid);
HDLLParser.cpp749 ParseType(Ty, TyLoc)) in ParseGlobal()
1719 bool LLParser::ParseType(Type *&Result, const Twine &Msg, bool AllowVoid) { in ParseType() function in LLParser
1862 if (ParseType(ArgTy, ArgLoc)) in ParseParameterList()
1914 if (ParseType(ArgTy) || in ParseArgumentList()
1942 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true; in ParseArgumentList()
2041 return ParseType(ResultTy); in ParseStructDefinition()
2080 if (ParseType(Ty)) return true; in ParseStructBody()
2088 if (ParseType(Ty)) return true; in ParseStructBody()
2118 if (ParseType(EltTy)) return true; in ParseArrayVectorType()
2639 ParseType(DestTy) || in ParseValID()
[all …]
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_suppressions_test.cc113 TEST_F(SuppressionContextTest, ParseType) { in TEST_F() argument
/NextBSD/contrib/llvm/lib/TableGen/
HDTGParser.h185 RecTy *ParseType();
HDTGParser.cpp664 RecTy *TGParser::ParseType() { in ParseType() function in TGParser
698 RecTy *SubType = ParseType(); in ParseType()
1102 Type = ParseType(); in ParseOperatorType()
1340 GivenEltTy = ParseType(); in ParseSimpleValue()
1699 RecTy *Type = ParseType(); in ParseDeclaration()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h316 …lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_…
HDSymbolFileDWARF.cpp4800 type_sp = ParseType(sc, dwarf_cu, die, NULL); in GetTypeForDIE()
5750 SymbolFileDWARF::ParseType (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugIn… in ParseType() function in SymbolFileDWARF
7198 if (ParseType(sc, dwarf_cu, die, &type_is_new).get()) in ParseTypes()