| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | f-exp.y | 656 struct type *signed_type; local 759 signed_type = builtin_type_long; 765 signed_type = builtin_type_int; 776 putithere->typed_val.type = signed_type;
|
| H A D | p-exp.y | 790 struct type *signed_type; local 947 signed_type = builtin_type_int; 954 signed_type = builtin_type_long; 966 signed_type = builtin_type_long_long; 980 putithere->typed_val_int.type = signed_type;
|
| H A D | objc-exp.y | 1019 struct type *signed_type; local 1172 signed_type = builtin_type_int; 1179 signed_type = builtin_type_long; 1192 signed_type = builtin_type_long_long; 1206 putithere->typed_val_int.type = signed_type;
|
| H A D | c-exp.y | 1067 struct type *signed_type; local 1224 signed_type = builtin_type (current_gdbarch)->builtin_int; 1231 signed_type = builtin_type (current_gdbarch)->builtin_long; 1243 signed_type = builtin_type (current_gdbarch)->builtin_long_long; 1257 putithere->typed_val_int.type = signed_type;
|
| H A D | p-exp.c | 2133 struct type *signed_type; local 2290 signed_type = builtin_type_int; 2297 signed_type = builtin_type_long; 2309 signed_type = builtin_type_long_long; 2323 putithere->typed_val_int.type = signed_type;
|
| H A D | f-exp.c | 2051 struct type *signed_type; local 2154 signed_type = builtin_type_long; 2160 signed_type = builtin_type_int; 2171 putithere->typed_val.type = signed_type;
|
| H A D | c-exp.c | 2719 struct type *signed_type; local 2876 signed_type = builtin_type (current_gdbarch)->builtin_int; 2883 signed_type = builtin_type (current_gdbarch)->builtin_long; 2895 signed_type = builtin_type (current_gdbarch)->builtin_long_long; 2909 putithere->typed_val_int.type = signed_type;
|
| H A D | objc-exp.c | 2682 struct type *signed_type; local 2835 signed_type = builtin_type_int; 2842 signed_type = builtin_type_long; 2855 signed_type = builtin_type_long_long; 2869 putithere->typed_val_int.type = signed_type;
|
| H A D | stabsread.c | 3533 int signed_type; in read_sun_builtin_type() local 3539 signed_type = 1; in read_sun_builtin_type() 3542 signed_type = 0; in read_sun_builtin_type() 3591 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL, in read_sun_builtin_type() 3596 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL, in read_sun_builtin_type()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | convert.c | 356 typex = (*lang_hooks.types.signed_type) (typex); 390 typex = (*lang_hooks.types.signed_type) (typex);
|
| H A D | langhooks.h | 112 tree (*signed_type) PARAMS ((tree));
|
| H A D | fold-const.c | 2457 tree signed_type, unsigned_type; local 2502 signed_type = (*lang_hooks.types.type_for_mode) (nmode, 0); 2563 tree tem = const_binop (RSHIFT_EXPR, convert (signed_type, rhs), 2698 TREE_TYPE (tmask) = (*lang_hooks.types.signed_type) (type); 3218 etype = (*lang_hooks.types.signed_type) (etype); 3474 temp = convert ((*lang_hooks.types.signed_type) (type), temp); 6244 st0 = (*lang_hooks.types.signed_type) (TREE_TYPE (arg0)); 6245 st1 = (*lang_hooks.types.signed_type) (TREE_TYPE (arg1)); 6401 tree stype = (*lang_hooks.types.signed_type) (TREE_TYPE (arg00)); 6814 arg1 = convert ((*lang_hooks.types.signed_type) [all …]
|
| H A D | expmed.c | 4113 t = (*lang_hooks.types.signed_type) (type); 4121 t = (*lang_hooks.types.signed_type) (type);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | langhooks.h | 116 tree (*signed_type) (tree); member
|
| H A D | convert.c | 674 typex = lang_hooks.types.signed_type (typex); in convert_to_integer() 696 typex = lang_hooks.types.signed_type (type); in convert_to_integer()
|
| H A D | fold-const.c | 1339 ? lang_hooks.types.signed_type (type) in fold_negate_expr() 3487 tree signed_type, unsigned_type; in optimize_bit_field_compare() local 3532 signed_type = lang_hooks.types.type_for_mode (nmode, 0); in optimize_bit_field_compare() 3590 tree tem = const_binop (RSHIFT_EXPR, fold_convert (signed_type, rhs), in optimize_bit_field_compare() 3730 tmask = build_int_cst (lang_hooks.types.signed_type (type), -1); in all_ones_mask_p() 4286 etype = lang_hooks.types.signed_type (etype); in build_range_check() 4660 arg1 = fold_convert (lang_hooks.types.signed_type in fold_cond_expr_with_comparison() 4671 arg1 = fold_convert (lang_hooks.types.signed_type in fold_cond_expr_with_comparison() 4979 temp = fold_convert (lang_hooks.types.signed_type (type), temp); in unextend() 5655 tree cstype = (*lang_hooks.types.signed_type) (ctype); in extract_muldiv_1() [all …]
|
| H A D | c-common.c | 6434 return lang_hooks.types.signed_type (t1) in same_scalar_type_ignoring_signedness() 6435 == lang_hooks.types.signed_type (t2); in same_scalar_type_ignoring_signedness()
|
| H A D | expmed.c | 5021 t = lang_hooks.types.signed_type (type); in make_tree() 5028 t = lang_hooks.types.signed_type (type); in make_tree()
|
| H A D | tree.c | 7202 return lang_hooks.types.signed_type (size_type_node); in signed_type_for() 7203 return lang_hooks.types.signed_type (type); in signed_type_for()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ChangeLog | 584 (unsigned_type, signed_type, signed_or_unsigned_type): Rename. 597 (signed_or_unsigned_type, signed_type, truthvalue_conversion,
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1996 | 386 * typeck.c ({un,}signed_type): If can't do anything, call 3553 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
|
| 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 | 1492 (signed_type): Likewise. 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) : 8280 (signed_type): Likewise. 11843 * typeck.c (unsigned_type, signed_type): Handle TI types. 16664 * typeck.c ({un,}signed_type): If can't do anything, call 19831 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
|