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

/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c3131 int short_compare = 0;
3413 short_compare = 1;
3527 short_compare = 1;
3592 && (shorten || common || short_compare))
3723 They identify themselves by setting short_compare = 1. */
3725 if (short_compare)
3742 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR)
3124 int short_compare = 0; local
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c8314 int short_compare = 0;
8548 short_compare = 1;
8645 short_compare = 1;
8712 if (shorten || common || short_compare)
8846 They identify themselves by setting short_compare = 1. */
8848 if (short_compare)
8276 int short_compare = 0; local

Completed in 163 milliseconds