Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dgraph_kernel_flags.cc93 bool ret = ParseValue(iter->second, &var); in AddFlag()
111 bool ParseValue(const std::string &s, std::vector<std::string> *result) const { in ParseValue() function in mindspore::context::__anona300a0a70111::FlagRegister
116 bool ParseValue(const std::string &s, bool *result) const { in ParseValue() function in mindspore::context::__anona300a0a70111::FlagRegister
122 bool ParseValue(const std::string &s, T *result) const { in ParseValue() function in mindspore::context::__anona300a0a70111::FlagRegister
132 bool ParseValue(const std::string &s, std::vector<T> *result) const { in ParseValue() function in mindspore::context::__anona300a0a70111::FlagRegister
140 if (!ParseValue(tok, &temp)) { in ParseValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp513 Init *Name = ParseValue(CurRec, StringRecTy::get(), ParseNameMode); in ParseObjectName()
675 CurVal = ParseValue(nullptr); in ParseRangePiece()
694 Init *I_End = ParseValue(nullptr); in ParseRangePiece()
982 Init *LHS = ParseValue(CurRec); in ParseOperation()
1060 Init *LHS = ParseValue(CurRec); in ParseOperation()
1180 InitList.push_back(ParseValue(CurRec, ArgType)); in ParseOperation()
1327 Init *MHS = ParseValue(CurRec); in ParseOperation()
1383 Init *RHS = ParseValue(ParseRec, OutEltType); in ParseOperation()
1438 Init *LHS = ParseValue(CurRec); in ParseOperation()
1448 Init *MHS = ParseValue(CurRec, ItemType); in ParseOperation()
[all …]
DTGParser.h247 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h463 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
464 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() function
465 return ParseValue(Ty, V, &PFS); in ParseValue()
468 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() function
471 return ParseValue(Ty, V, &PFS); in ParseValue()
DLLParser.cpp2471 if (ParseOptionalParamAttrs(ArgAttrs) || ParseValue(ArgTy, V, PFS)) in ParseParameterList()
2539 if (ParseType(Ty) || ParseValue(Ty, Input, PFS)) in ParseOptionalOperandBundles()
5081 if (ParseValue(Ty, V, PFS)) in ParseValueAsMetadata()
5280 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() function in LLParser
5290 ParseValue(Ty, V, PFS); in ParseTypeAndValue()
5917 if (ParseValue(Ty, RV, PFS)) return true; in ParseRet()
6172 if (ParseValue(ArgTy, V, PFS)) in ParseExceptionArgs()
6190 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in ParseCleanupRet()
6219 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) in ParseCatchRet()
6243 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCatchSwitch()
[all …]
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc931 bool ParseValue(int32_t stack_depth,
951 bool ParseValue(int32_t stack_depth, in ParseValue() function
1031 if (!ParseValue(stack_depth, tokenizer, out)) in ParseArray()
1070 if (!ParseValue(stack_depth, tokenizer, out)) in ParseMap()
1545 ParseValue(start, end, &tokenEnd, 0); in Parse()
1966 void ParseValue(const Char* start, in ParseValue() function in v8_inspector_protocol_encoding::json::__anon1108c8c10711::JsonParser
2022 ParseValue(start, end, &token_end, depth + 1); in ParseValue()
2071 ParseValue(start, end, &token_end, depth + 1); in ParseValue()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h142 util::Status ParseValue(TokenType type);
Djson_stream_parser.cc270 result = ParseValue(t); in RunParser()
317 util::Status JsonStreamParser::ParseValue(TokenType type) { in ParseValue() function in google::protobuf::util::converter::JsonStreamParser
765 util::Status result = ParseValue(type); in ParseArrayValue()
/third_party/gn/src/gn/
Dparser.h37 static std::unique_ptr<ParseNode> ParseValue(const std::vector<Token>& tokens,
Dinput_conversion.cc67 *parse_root_ptr = Parser::ParseValue(*tokens, err); in ParseValueOrScope()
Dparser.cc335 std::unique_ptr<ParseNode> Parser::ParseValue(const std::vector<Token>& tokens, in ParseValue() function in Parser
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc123 ValuePtr ParseValue(const nlohmann::json &attr_json, const std::string &type) const { in ParseValue() function in mindspore::kernel::__anonc55854f90111::CNodeDecoder
159 auto value = ParseValue(attr_desc, type); in DecodeAttrs()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template939 bool ParseValue(int32_t stack_depth,
959 bool ParseValue(int32_t stack_depth,
1039 if (!ParseValue(stack_depth, tokenizer, out))
1078 if (!ParseValue(stack_depth, tokenizer, out))
1553 ParseValue(start, end, &tokenEnd, 0);
1974 void ParseValue(const Char* start,
2030 ParseValue(start, end, &token_end, depth + 1);
2079 ParseValue(start, end, &token_end, depth + 1);