Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree.c5687 tree type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p() local
5703 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
5705 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()