Searched refs:P_OTHER (Results 1 – 3 of 3) sorted by relevance
37 P_OTHER = 2 variable72 d[arg] = P_OTHER73 hardest_arg = max(hardest_arg, P_OTHER)
1209 if (p == P_OTHER || arrayDim > 0) in compareExpr()1262 private static final int P_OTHER = -1; field in CodeGen1276 return P_OTHER; in typePrecedence()1278 return P_OTHER; // this is wrong, but ... in typePrecedence()1514 if (type == P_OTHER) in atExpr()
1066 #define P_OTHER 4 /**< Other protocol */ macro