Home
last modified time | relevance | path

Searched refs:ok_for_high_bound (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDtree.c5689 bool ok_for_low_bound, ok_for_high_bound; in int_fits_type_p() local
5717 ok_for_high_bound = true; in int_fits_type_p()
5720 ok_for_high_bound = false; in int_fits_type_p()
5723 if (ok_for_low_bound && ok_for_high_bound) in int_fits_type_p()