| /src/external/gpl3/gcc/dist/gcc/ |
| fixed-value.cc | 181 bool overflow_p = false; local 196 overflow_p = true; 214 overflow_p = true; 221 overflow_p = true; 224 return overflow_p; 239 bool overflow_p = false; local 258 overflow_p = true; 282 overflow_p = true; 291 overflow_p = true; 294 return overflow_p; 316 bool overflow_p = false; local 402 bool overflow_p = false; local 517 bool overflow_p = false; local 629 bool overflow_p = false; local 681 bool overflow_p = false; local 808 bool overflow_p = false; local 952 bool overflow_p = false; local 1036 bool overflow_p = false; local [all...] |
| fold-const.cc | 1507 bool overflow_p; 1540 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); 1543 if (overflow_p | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)) 2387 bool overflow_p; 2389 overflow_p = fixed_convert (&value, SCALAR_TYPE_MODE (type), 2394 if (overflow_p | TREE_OVERFLOW (arg1)) 2407 bool overflow_p; 2418 overflow_p = fixed_convert_from_int (&value, SCALAR_TYPE_MODE (type), di, 2424 if (overflow_p | TREE_OVERFLOW (arg1)) 2437 bool overflow_p; 1502 bool overflow_p; local 2380 bool overflow_p; local 2400 bool overflow_p; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fixed-value.cc | 181 bool overflow_p = false; local 196 overflow_p = true; 214 overflow_p = true; 221 overflow_p = true; 224 return overflow_p; 239 bool overflow_p = false; local 258 overflow_p = true; 282 overflow_p = true; 291 overflow_p = true; 294 return overflow_p; 316 bool overflow_p = false; local 402 bool overflow_p = false; local 517 bool overflow_p = false; local 629 bool overflow_p = false; local 681 bool overflow_p = false; local 808 bool overflow_p = false; local 952 bool overflow_p = false; local 1036 bool overflow_p = false; local [all...] |
| fold-const.cc | 1364 bool overflow_p; 1397 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); 1400 if (overflow_p | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)) 2224 bool overflow_p; 2226 overflow_p = fixed_convert (&value, SCALAR_TYPE_MODE (type), 2231 if (overflow_p | TREE_OVERFLOW (arg1)) 2244 bool overflow_p; 2255 overflow_p = fixed_convert_from_int (&value, SCALAR_TYPE_MODE (type), di, 2261 if (overflow_p | TREE_OVERFLOW (arg1)) 2274 bool overflow_p; 1359 bool overflow_p; local 2217 bool overflow_p; local 2237 bool overflow_p; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 7040 bool overflow_p = false; 7089 overflow_p |= tree_int_cst_lt (curindex, orig); 7101 overflow_p |= tree_int_cst_lt (maxindex, orig); 7168 && (overflow_p || TREE_OVERFLOW (TYPE_SIZE_UNIT (type)))) 7023 bool overflow_p = false; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 6855 bool overflow_p = false; 6904 overflow_p |= tree_int_cst_lt (curindex, orig); 6916 overflow_p |= tree_int_cst_lt (maxindex, orig); 6978 && (overflow_p || TREE_OVERFLOW (TYPE_SIZE_UNIT (type)))) 6838 bool overflow_p = false; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 46 if (verify_constant ((X), ctx->quiet, non_constant_p, overflow_p)) \ 1357 bool *non_constant_p, bool *overflow_p) 1561 non_constant_p, overflow_p); 1675 bool *non_constant_p, bool *overflow_p, 1708 non_constant_p, overflow_p); 1812 bool *non_constant_p, bool *overflow_p) 1836 false, non_constant_p, overflow_p); 1842 overflow_p); 1860 non_constant_p, overflow_p); 1862 non_constant_p, overflow_p); 5084 bool non_constant_p = false, overflow_p = false; local 7816 bool overflow_p = false; local [all...] |