Searched refs:highval (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | pj-dis.c | 80 int highval; in print_insn_pj() local 95 if ((status = get_int (addr, &highval, info))) in print_insn_pj() 99 while (lowval <= highval) in print_insn_pj()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | pj-dis.c | 80 int highval; in print_insn_pj() local 95 if ((status = get_int (addr, &highval, info))) in print_insn_pj() 99 while (lowval <= highval) in print_insn_pj()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.cc | 7117 build_range_type_1 (tree type, tree lowval, tree highval, bool shared) in build_range_type_1() argument 7124 TYPE_MAX_VALUE (itype) = highval ? fold_convert (type, highval) : NULL; in build_range_type_1() 7157 build_range_type (tree type, tree lowval, tree highval) in build_range_type() argument 7159 return build_range_type_1 (type, lowval, highval, true); in build_range_type() 7165 build_nonshared_range_type (tree type, tree lowval, tree highval) in build_nonshared_range_type() argument 7167 return build_range_type_1 (type, lowval, highval, false); in build_nonshared_range_type() 7191 subrange_type_for_debug_p (const_tree type, tree *lowval, tree *highval) in subrange_type_for_debug_p() argument 7220 if (highval) in subrange_type_for_debug_p() 7221 *highval = high; in subrange_type_for_debug_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.c | 8093 build_range_type_1 (tree type, tree lowval, tree highval, bool shared) in build_range_type_1() argument 8100 TYPE_MAX_VALUE (itype) = highval ? fold_convert (type, highval) : NULL; in build_range_type_1() 8133 build_range_type (tree type, tree lowval, tree highval) in build_range_type() argument 8135 return build_range_type_1 (type, lowval, highval, true); in build_range_type() 8141 build_nonshared_range_type (tree type, tree lowval, tree highval) in build_nonshared_range_type() argument 8143 return build_range_type_1 (type, lowval, highval, false); in build_nonshared_range_type() 8167 subrange_type_for_debug_p (const_tree type, tree *lowval, tree *highval) in subrange_type_for_debug_p() argument 8196 if (highval) in subrange_type_for_debug_p() 8197 *highval = high; in subrange_type_for_debug_p()
|