Searched refs:ParseType (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc113 TEST_F(SuppressionContextTest, ParseType) {
/external/llvm/lib/AsmParser/
H A DLLParser.h274 bool ParseType(Type *&Result, const Twine &Msg, bool AllowVoid = false);
275 bool ParseType(Type *&Result, bool AllowVoid = false) { function in class:llvm::LLParser
276 return ParseType(Result, "expected type", AllowVoid);
278 bool ParseType(Type *&Result, const Twine &Msg, LocTy &Loc, function in class:llvm::LLParser
281 return ParseType(Result, Msg, AllowVoid);
283 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { function in class:llvm::LLParser
285 return ParseType(Result, AllowVoid);
H A DLLParser.cpp741 ParseType(Ty, TyLoc))
1675 /// ParseType - Parse a type.
1676 bool LLParser::ParseType(Type *&Result, const Twine &Msg, bool AllowVoid) {
1819 if (ParseType(ArgTy, ArgLoc))
1871 if (ParseType(ArgTy) ||
1899 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true;
1998 return ParseType(ResultTy);
2037 if (ParseType(Ty)) return true;
2045 if (ParseType(Ty)) return true;
2075 if (ParseType(EltT
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h183 RecTy *ParseType();
H A DTGParser.cpp669 /// ParseType - Parse and return a tblgen type. This returns null on error.
680 RecTy *TGParser::ParseType() { function in class:TGParser
714 RecTy *SubType = ParseType();
1128 Type = ParseType();
1372 GivenEltTy = ParseType();
1733 RecTy *Type = ParseType();
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h412 bool ParseType(FieldDescriptorProto::Type* type,
H A Dparser.cc700 DO(ParseType(&type, &type_name));
1600 bool Parser::ParseType(FieldDescriptorProto::Type* type, function in class:google::protobuf::compiler::Parser
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
H A DSymbolFileDWARF.cpp4496 type_sp = ParseType(sc, dwarf_cu, die, NULL);
5612 SymbolFileDWARF::ParseType (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new_ptr) function in class:SymbolFileDWARF
5633 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x, decl_ctx = %p (die 0x%8.8x)) %s name = '%s')",
5783 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is Objective C 'id' built-in type.",
5796 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is Objective C 'Class' built-in type.",
5808 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is Objective C 'selector' built-in type.",
5831 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is 'objc_object*', which we overrode to 'id'.",
6697 Host::SetCrashDescriptionWithFormat ("SymbolFileDWARF::ParseType() is adding a method %s to class %s in DIE 0x%8.8" PRIx64 " from %s",
7035 if (ParseType(sc, dwarf_cu, die, &type_is_new).get())

Completed in 264 milliseconds