Home
last modified time | relevance | path

Searched refs:signed_type (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Df-exp.y656 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 Dp-exp.y790 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 Dobjc-exp.y1019 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 Dc-exp.y1067 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 Dp-exp.c2133 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 Df-exp.c2051 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 Dc-exp.c2719 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 Dobjc-exp.c2682 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 Dstabsread.c3533 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 Dconvert.c356 typex = (*lang_hooks.types.signed_type) (typex);
390 typex = (*lang_hooks.types.signed_type) (typex);
H A Dlanghooks.h112 tree (*signed_type) PARAMS ((tree));
H A Dfold-const.c2457 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 Dexpmed.c4113 t = (*lang_hooks.types.signed_type) (type);
4121 t = (*lang_hooks.types.signed_type) (type);
/openbsd-src/gnu/gcc/gcc/
H A Dlanghooks.h116 tree (*signed_type) (tree); member
H A Dconvert.c674 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 Dfold-const.c1339 ? 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 Dc-common.c6434 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 Dexpmed.c5021 t = lang_hooks.types.signed_type (type); in make_tree()
5028 t = lang_hooks.types.signed_type (type); in make_tree()
H A Dtree.c7202 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 DChangeLog584 (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 DChangeLog-1996386 * 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 DChangeLog-19994447 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
4471 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
H A DChangeLog-19981492 (signed_type): Likewise.
5055 * typeck.c (unsigned_type, signed_type): Handle TI types.
H A DChangeLog-20012351 unsigned_type, signed_type, signed_or_unsigned_type,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.24447 * 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.

12