Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc553 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/
DLLParser.h390 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);
DLLParser.cpp83 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/
Djson_stream_parser.h112 enum ParseType { enum
230 std::stack<ParseType> stack_;
Djson_stream_parser.cc264 ParseType type = stack_.top(); in RunParser()
/third_party/vk-gl-cts/external/amber/src/src/
Dscript.cc134 type::Type* Script::ParseType(const std::string& str) { in ParseType() function in amber::Script
Dscript.h250 type::Type* ParseType(const std::string& str);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h259 RecTy *ParseType();
DTGParser.cpp799 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/
Dparser.h448 bool ParseType(FieldDescriptorProto::Type* type, std::string* type_name);
Dparser.cc1003 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/
Dparser.cc1476 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/
DOpenArchive.cpp3599 static bool ParseType(CCodecs &codecs, const UString &s, COpenType &type) in ParseType() function
3676 if (!ParseType(codecs, name, type)) in ParseOpenTypes()