Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h74 bool ParseFarrayType(TyIdx &arrayTyIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp258 bool MIRParser::ParseFarrayType(TyIdx &arrayTyIdx) in ParseFarrayType() function in maple::MIRParser
307 return ParseFarrayType(arrayTyIdx); in ParseArrayType()