Searched refs:COMPCODE_ORD (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c79 COMPCODE_ORD = 7, enumerator in enum:comparison_code
2456 return COMPCODE_ORD;
2497 case COMPCODE_ORD:
2555 else if (compcode == COMPCODE_ORD)
2564 && (lcompcode != COMPCODE_ORD);
2567 && (rcompcode != COMPCODE_ORD);
2570 && (compcode != COMPCODE_ORD);

Completed in 79 milliseconds