Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h251 bool TypeCompatible(TyIdx typeIdx1, TyIdx typeIdx2);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1813 static bool TypeCompatible(TyIdx typeIdx1, TyIdx typeIdx2) in TypeCompatible() function
1857 if (!TypeCompatible(pType.retTyIdx, retTyIdx)) { in CompatibleWith()
1864 if (!TypeCompatible(pType.GetNthParamType(i), GetNthParamType(i))) { in CompatibleWith()
Dparser.cpp2818 bool MIRParser::TypeCompatible(TyIdx typeIdx1, TyIdx typeIdx2) in TypeCompatible() function in maple::MIRParser
2886 bool ret = TypeCompatible(prevSt->GetTyIdx(), st.GetTyIdx()); in ParseMIRForVar()