HomeSort by: relevance | last modified time | path
    Searched defs:must_check_src_overflow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 1427 bool must_check_src_overflow, must_check_rslt_overflow;
1446 must_check_src_overflow = TYPE_PRECISION (ct) < TYPE_PRECISION (type);
1455 -- must_check_src_overflow is true, and the range of TYPE is superset
1462 if (must_check_src_overflow)
1473 must_check_src_overflow = true;
1481 if (must_check_src_overflow
1424 bool must_check_src_overflow, must_check_rslt_overflow; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc 1305 bool must_check_src_overflow, must_check_rslt_overflow;
1324 must_check_src_overflow = TYPE_PRECISION (ct) < TYPE_PRECISION (type);
1333 -- must_check_src_overflow is true, and the range of TYPE is superset
1340 if (must_check_src_overflow)
1351 must_check_src_overflow = true;
1359 if (must_check_src_overflow
1302 bool must_check_src_overflow, must_check_rslt_overflow; local

Completed in 22 milliseconds