Searched refs:TypeCompatible (Results 1 – 3 of 3) sorted by relevance
251 bool TypeCompatible(TyIdx typeIdx1, TyIdx typeIdx2);
1813 static bool TypeCompatible(TyIdx typeIdx1, TyIdx typeIdx2) in TypeCompatible() function1857 if (!TypeCompatible(pType.retTyIdx, retTyIdx)) { in CompatibleWith()1864 if (!TypeCompatible(pType.GetNthParamType(i), GetNthParamType(i))) { in CompatibleWith()
2818 bool MIRParser::TypeCompatible(TyIdx typeIdx1, TyIdx typeIdx2) in TypeCompatible() function in maple::MIRParser2886 bool ret = TypeCompatible(prevSt->GetTyIdx(), st.GetTyIdx()); in ParseMIRForVar()