| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-loop-niter.c | 2006 tree unsigned_type, valid_niter; in scev_probably_wraps_p() local 2044 unsigned_type = unsigned_type_for (type); in scev_probably_wraps_p() 2045 base = fold_convert (unsigned_type, base); in scev_probably_wraps_p() 2049 tree extreme = fold_convert (unsigned_type, in scev_probably_wraps_p() 2051 delta = fold_build2 (MINUS_EXPR, unsigned_type, base, extreme); in scev_probably_wraps_p() 2052 step_abs = fold_build1 (NEGATE_EXPR, unsigned_type, in scev_probably_wraps_p() 2053 fold_convert (unsigned_type, step)); in scev_probably_wraps_p() 2057 tree extreme = fold_convert (unsigned_type, in scev_probably_wraps_p() 2059 delta = fold_build2 (MINUS_EXPR, unsigned_type, extreme, base); in scev_probably_wraps_p() 2060 step_abs = fold_convert (unsigned_type, step); in scev_probably_wraps_p() [all …]
|
| H A D | langhooks.h | 112 tree (*unsigned_type) (tree); member
|
| H A D | convert.c | 672 typex = lang_hooks.types.unsigned_type (typex); in convert_to_integer() 694 typex = lang_hooks.types.unsigned_type (type); in convert_to_integer()
|
| H A D | fold-const.c | 1340 : lang_hooks.types.unsigned_type (type); in fold_negate_expr() 3487 tree signed_type, unsigned_type; in optimize_bit_field_compare() local 3533 unsigned_type = lang_hooks.types.type_for_mode (nmode, 1); in optimize_bit_field_compare() 3548 mask = build_int_cst (unsigned_type, -1); in optimize_bit_field_compare() 3550 mask = fold_convert (unsigned_type, mask); in optimize_bit_field_compare() 3559 build2 (BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare() 3560 make_bit_field_ref (linner, unsigned_type, in optimize_bit_field_compare() 3563 build2 (BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare() 3564 make_bit_field_ref (rinner, unsigned_type, in optimize_bit_field_compare() 3580 fold_convert (unsigned_type, rhs), in optimize_bit_field_compare() [all …]
|
| H A D | expmed.c | 5015 t = lang_hooks.types.unsigned_type (type); in make_tree() 5036 t = lang_hooks.types.unsigned_type (type); in make_tree()
|
| H A D | tree.c | 7192 return lang_hooks.types.unsigned_type (size_type_node); in unsigned_type_for() 7193 return lang_hooks.types.unsigned_type (type); in unsigned_type_for()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | f-exp.y | 657 struct type *unsigned_type; local 758 unsigned_type = builtin_type_unsigned_long; 764 unsigned_type = builtin_type_unsigned_int; 774 putithere->typed_val.type = unsigned_type;
|
| H A D | p-exp.y | 791 struct type *unsigned_type; local 946 unsigned_type = builtin_type_unsigned_int; 953 unsigned_type = builtin_type_unsigned_long; 965 unsigned_type = builtin_type_unsigned_long_long; 976 putithere->typed_val_int.type = unsigned_type;
|
| H A D | objc-exp.y | 1020 struct type *unsigned_type; local 1171 unsigned_type = builtin_type_unsigned_int; 1178 unsigned_type = builtin_type_unsigned_long; 1191 unsigned_type = builtin_type_unsigned_long_long; 1202 putithere->typed_val_int.type = unsigned_type;
|
| H A D | c-exp.y | 1068 struct type *unsigned_type; local 1223 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_int; 1230 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long; 1242 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long_long; 1253 putithere->typed_val_int.type = unsigned_type;
|
| H A D | p-exp.c | 2134 struct type *unsigned_type; local 2289 unsigned_type = builtin_type_unsigned_int; 2296 unsigned_type = builtin_type_unsigned_long; 2308 unsigned_type = builtin_type_unsigned_long_long; 2319 putithere->typed_val_int.type = unsigned_type;
|
| H A D | f-exp.c | 2052 struct type *unsigned_type; local 2153 unsigned_type = builtin_type_unsigned_long; 2159 unsigned_type = builtin_type_unsigned_int; 2169 putithere->typed_val.type = unsigned_type;
|
| H A D | c-exp.c | 2720 struct type *unsigned_type; local 2875 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_int; 2882 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long; 2894 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long_long; 2905 putithere->typed_val_int.type = unsigned_type;
|
| H A D | objc-exp.c | 2683 struct type *unsigned_type; local 2834 unsigned_type = builtin_type_unsigned_int; 2841 unsigned_type = builtin_type_unsigned_long; 2854 unsigned_type = builtin_type_unsigned_long_long; 2865 putithere->typed_val_int.type = unsigned_type;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | convert.c | 354 typex = (*lang_hooks.types.unsigned_type) (typex); 388 typex = (*lang_hooks.types.unsigned_type) (typex);
|
| H A D | langhooks.h | 108 tree (*unsigned_type) PARAMS ((tree));
|
| H A D | fold-const.c | 2457 tree signed_type, unsigned_type; local 2503 unsigned_type = (*lang_hooks.types.type_for_mode) (nmode, 1); 2519 TREE_TYPE (mask) = unsigned_type; 2521 mask = convert (unsigned_type, mask); 2530 build (BIT_AND_EXPR, unsigned_type, 2531 make_bit_field_ref (linner, unsigned_type, 2534 build (BIT_AND_EXPR, unsigned_type, 2535 make_bit_field_ref (rinner, unsigned_type, 2551 convert (unsigned_type, rhs), 2585 lhs = make_bit_field_ref (linner, unsigned_type, nbitsize, nbitpos, 1); [all …]
|
| H A D | expmed.c | 4106 t = (*lang_hooks.types.unsigned_type) (type); 4130 t = (*lang_hooks.types.unsigned_type) (type);
|
| H A D | ChangeLog.7 | 10783 * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) 10784 instead of unsigned_type. 12196 unsigned_type, signed_type, shorten_compare, 12198 (unsigned_type, signed_type, signed_or_unsigned_type): Rename. 12199 * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type): 12213 unsigned_type): Remove.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-vms.c | 2428 int unsigned_type = (spnt1->VMS_type == DBG_S_C_ULINT in VMS_typedef_parse() local 2435 fpush (unsigned_type ? DBG_S_C_UBITU : DBG_S_C_SBITU, 1); in VMS_typedef_parse() 2443 fpush (unsigned_type ? DBG_S_C_UBITU : DBG_S_C_SBITU, 1); in VMS_typedef_parse()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ChangeLog | 584 (unsigned_type, signed_type, signed_or_unsigned_type): Rename. 598 unsigned_type): Use new hooks.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1999 | 4447 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : 4471 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
|
| H A D | ChangeLog-1998 | 1490 * typeck.c (unsigned_type): Only return TItype nodes when 5055 * typeck.c (unsigned_type, signed_type): Handle TI types.
|
| H A D | ChangeLog-2001 | 2351 unsigned_type, signed_type, signed_or_unsigned_type,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.2 | 4447 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : 4471 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : 8278 * typeck.c (unsigned_type): Only return TItype nodes when 11843 * typeck.c (unsigned_type, signed_type): Handle TI types. 19831 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
|