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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4526 int short_compare = 0;
5036 short_compare = 1;
5371 short_compare = 1;
5476 && (shorten || common || short_compare))
5714 They identify themselves by setting short_compare = 1. */
5716 if (short_compare)
5727 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR)
5750 warning_sentinel w (warn_sign_conversion, short_compare);
4518 int short_compare = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4963 int short_compare = 0;
5484 short_compare = 1;
5829 short_compare = 1;
5927 && (shorten || common || short_compare))
6176 They identify themselves by setting short_compare = 1. */
6178 if (short_compare)
6189 if ((short_compare || code == MIN_EXPR || code == MAX_EXPR)
6212 warning_sentinel w (warn_sign_conversion, short_compare);
4955 int short_compare = 0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11591 int short_compare = 0;
12158 short_compare = 1;
12320 short_compare = 1;
12440 if (shorten || common || short_compare)
12587 They identify themselves by setting short_compare = 1. */
12589 if (short_compare)
11554 int short_compare = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11803 int short_compare = 0;
12370 short_compare = 1;
12500 short_compare = 1;
12628 if (shorten || common || short_compare)
12775 They identify themselves by setting short_compare = 1. */
12777 if (short_compare)
11766 int short_compare = 0; local

Completed in 183 milliseconds