Searched refs:typePrecedence (Results 1 – 1 of 1) sorted by relevance
1013 int p = typePrecedence(exprType); in atArithBinExpr()1208 int p = typePrecedence(exprType); in compareExpr()1268 private static int typePrecedence(int type) { in typePrecedence() method in CodeGen1285 return typePrecedence(type) == P_INT; in isP_INT()1290 int type1_p = typePrecedence(type1); in rightIsStrong()1291 int type2_p = typePrecedence(type2); in rightIsStrong()1309 int type1_p = typePrecedence(type1); in convertOprandTypes()1310 int type2_p = typePrecedence(type2); in convertOprandTypes()1415 int stype = typePrecedence(srcType); in atNumCastExpr()1416 int dtype = typePrecedence(destType); in atNumCastExpr()[all …]