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

/haiku-buildtools/gcc/gcc/
H A Dtree-chrec.c1201 bool must_check_src_overflow, must_check_rslt_overflow;
1220 must_check_src_overflow = TYPE_PRECISION (ct) < TYPE_PRECISION (type);
1229 -- must_check_src_overflow is true, and the range of TYPE is superset
1236 if (must_check_src_overflow)
1247 must_check_src_overflow = true;
1255 if (must_check_src_overflow
1198 bool must_check_src_overflow, must_check_rslt_overflow; local

Completed in 44 milliseconds