Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDxcoffread.c2274 CORE_ADDR highval = in scan_xcoff_symtab() local
2276 if (highval > pst->texthigh) in scan_xcoff_symtab()
2277 pst->texthigh = highval; in scan_xcoff_symtab()
/NextBSD/contrib/gcc/
HDtree.c5178 build_range_type (tree type, tree lowval, tree highval) in build_range_type() argument
5187 TYPE_MAX_VALUE (itype) = highval ? fold_convert (type, highval) : NULL; in build_range_type()
5196 if (host_integerp (lowval, 0) && highval != 0 && host_integerp (highval, 0)) in build_range_type()
5197 return type_hash_canon (tree_low_cst (highval, 0) in build_range_type()
5208 build_index_2_type (tree lowval, tree highval) in build_index_2_type() argument
5210 return build_range_type (sizetype, lowval, highval); in build_index_2_type()