Home
last modified time | relevance | path

Searched refs:ParseTypeFromString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h117 bool ParseTypeFromString(const std::string &src, TyIdx &tyIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp1353 bool MIRParser::ParseTypeFromString(const std::string &src, TyIdx &tyIdx) in ParseTypeFromString() function in maple::MIRParser