Searched refs:highval (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree.c | 7262 build_range_type_1 (tree type, tree lowval, tree highval, bool shared) in build_range_type_1() argument 7270 TYPE_MAX_VALUE (itype) = highval ? fold_convert (type, highval) : NULL; in build_range_type_1() 7304 build_range_type (tree type, tree lowval, tree highval) in build_range_type() argument 7306 return build_range_type_1 (type, lowval, highval, true); in build_range_type() 7312 build_nonshared_range_type (tree type, tree lowval, tree highval) in build_nonshared_range_type() argument 7314 return build_range_type_1 (type, lowval, highval, false); in build_nonshared_range_type() 7338 subrange_type_for_debug_p (const_tree type, tree *lowval, tree *highval) in subrange_type_for_debug_p() argument 7378 if (highval) in subrange_type_for_debug_p() 7379 *highval = high; in subrange_type_for_debug_p()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree.c | 7740 build_range_type_1 (tree type, tree lowval, tree highval, bool shared) in build_range_type_1() argument 7747 TYPE_MAX_VALUE (itype) = highval ? fold_convert (type, highval) : NULL; in build_range_type_1() 7780 build_range_type (tree type, tree lowval, tree highval) in build_range_type() argument 7782 return build_range_type_1 (type, lowval, highval, true); in build_range_type() 7788 build_nonshared_range_type (tree type, tree lowval, tree highval) in build_nonshared_range_type() argument 7790 return build_range_type_1 (type, lowval, highval, false); in build_nonshared_range_type() 7814 subrange_type_for_debug_p (const_tree type, tree *lowval, tree *highval) in subrange_type_for_debug_p() argument 7843 if (highval) in subrange_type_for_debug_p() 7844 *highval = high; in subrange_type_for_debug_p()
|