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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-chrec.c1307 bool must_check_src_overflow, must_check_rslt_overflow;
1326 must_check_src_overflow = TYPE_PRECISION (ct) < TYPE_PRECISION (type);
1335 -- must_check_src_overflow is true, and the range of TYPE is superset
1342 if (must_check_src_overflow)
1353 must_check_src_overflow = true;
1361 if (must_check_src_overflow
1304 bool must_check_src_overflow, must_check_rslt_overflow; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-chrec.cc1305 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 221 milliseconds