/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 553 static bool ParseType(State *state); 813 OneOrMore(ParseType, state) && RestoreAppend(state, copy.append) && in ParseUnnamedTypeName() 927 EnterNestedName(state) && ParseType(state) && in ParseOperatorName() 993 ParseType(state)) { in ParseSpecialName() 1016 if (ParseTwoCharToken(state, "TC") && ParseType(state) && in ParseSpecialName() 1018 DisableAppend(state) && ParseType(state)) { in ParseSpecialName() 1025 ParseType(state)) { in ParseSpecialName() 1161 static bool ParseType(State *state) { in ParseType() function 1180 const bool result = ParseType(state); in ParseType() 1191 const bool result = ParseType(state); in ParseType() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 390 bool ParseType(Type *&Result, const Twine &Msg, bool AllowVoid = false); 391 bool ParseType(Type *&Result, bool AllowVoid = false) { 392 return ParseType(Result, "expected type", AllowVoid); 394 bool ParseType(Type *&Result, const Twine &Msg, LocTy &Loc, 397 return ParseType(Result, Msg, AllowVoid); 399 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { 401 return ParseType(Result, AllowVoid);
|
D | LLParser.cpp | 83 if (ParseType(Ty) || parseConstantValue(Ty, C)) in parseStandaloneConstantValue() 98 if (ParseType(Ty)) in parseTypeAtBeginning() 897 if (ParseType(Ty) || in parseIndirectSymbol() 1046 ParseType(Ty, TyLoc)) in ParseGlobal() 2321 bool LLParser::ParseType(Type *&Result, const Twine &Msg, bool AllowVoid) { in ParseType() function in LLParser 2463 if (ParseType(ArgTy, ArgLoc)) in ParseParameterList() 2495 if (ParseType(Result)) in ParseByValWithOptionalType() 2539 if (ParseType(Ty) || ParseValue(Ty, Input, PFS)) in ParseOptionalOperandBundles() 2583 if (ParseType(ArgTy) || in ParseArgumentList() 2616 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true; in ParseArgumentList() [all …]
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser.h | 112 enum ParseType { enum 230 std::stack<ParseType> stack_;
|
D | json_stream_parser.cc | 264 ParseType type = stack_.top(); in RunParser()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | script.cc | 134 type::Type* Script::ParseType(const std::string& str) { in ParseType() function in amber::Script
|
D | script.h | 250 type::Type* ParseType(const std::string& str);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.h | 259 RecTy *ParseType();
|
D | TGParser.cpp | 799 RecTy *TGParser::ParseType() { in ParseType() function in TGParser 834 RecTy *SubType = ParseType(); in ParseType() 1696 Type = ParseType(); in ParseOperatorType() 2008 GivenEltTy = ParseType(); in ParseSimpleValue() 2426 RecTy *Type = ParseType(); in ParseDeclaration() 2783 RecTy *Type = ParseType(); in ParseDefset()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 448 bool ParseType(FieldDescriptorProto::Type* type, std::string* type_name);
|
D | parser.cc | 1003 DO(ParseType(&map_field.key_type, &map_field.key_type_name)); in ParseMessageFieldNoLabel() 1005 DO(ParseType(&map_field.value_type, &map_field.value_type_name)); in ParseMessageFieldNoLabel() 1025 DO(ParseType(&type, &type_name)); in ParseMessageFieldNoLabel() 2262 bool Parser::ParseType(FieldDescriptorProto::Type* type, in ParseType() function in google::protobuf::compiler::Parser
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser.cc | 1476 auto type = script_->ParseType(token->AsString()); in ParsePipelineVertexData() 2008 auto type = script_->ParseType(token->AsString()); in ParseBuffer() 2089 auto type = script_->ParseType(token->AsString()); in ParseImage() 2111 auto type = script_->ParseType(token->AsString()); in ParseImage() 2225 auto type = script_->ParseType(token->AsString()); in ParseBufferInitializer()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 3599 static bool ParseType(CCodecs &codecs, const UString &s, COpenType &type) in ParseType() function 3676 if (!ParseType(codecs, name, type)) in ParseOpenTypes()
|