Home
last modified time | relevance | path

Searched refs:IsMIRArrayType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp2829 while (type1->IsMIRPtrType() || type1->IsMIRArrayType()) { in TypeCompatible()
2835 CHECK_FATAL(type2->IsMIRArrayType(), "Error"); in TypeCompatible()
2859 while (type->IsMIRPtrType() || type->IsMIRArrayType()) { in IsTypeIncomplete()
Dmir_type.cpp1824 while (type1->IsMIRPtrType() || type1->IsMIRArrayType()) { in TypeCompatible()
1832 if (!type2->IsMIRArrayType()) { in TypeCompatible()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h947 bool IsMIRArrayType() const in IsMIRArrayType() function