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

/freebsd-12-stable/contrib/gcc/
H A Dtree.c5714 tree type_low_bound = TYPE_MIN_VALUE (type);
5729 /* Check if C >= type_low_bound. */
5730 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST)
5732 if (tree_int_cst_lt (c, type_low_bound))
5687 tree type_low_bound = TYPE_MIN_VALUE (type); local

Completed in 106 milliseconds