Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/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.y1070 struct type *signed_type; local
1227 signed_type = builtin_type_int;
1234 signed_type = builtin_type_long;
1246 signed_type = builtin_type_long_long;
1260 putithere->typed_val_int.type = signed_type;
H A Dp-exp.c2112 struct type *signed_type; local
2269 signed_type = builtin_type_int;
2276 signed_type = builtin_type_long;
2288 signed_type = builtin_type_long_long;
2302 putithere->typed_val_int.type = signed_type;
H A Df-exp.c2030 struct type *signed_type; local
2133 signed_type = builtin_type_long;
2139 signed_type = builtin_type_int;
2150 putithere->typed_val.type = signed_type;
H A Dobjc-exp.c2661 struct type *signed_type; local
2814 signed_type = builtin_type_int;
2821 signed_type = builtin_type_long;
2834 signed_type = builtin_type_long_long;
2848 putithere->typed_val_int.type = signed_type;
H A Dc-exp.c2700 struct type *signed_type; local
2857 signed_type = builtin_type_int;
2864 signed_type = builtin_type_long;
2876 signed_type = builtin_type_long_long;
2890 putithere->typed_val_int.type = signed_type;
H A Dstabsread.c3577 int signed_type; in read_sun_builtin_type() local
3583 signed_type = 1; in read_sun_builtin_type()
3586 signed_type = 0; in read_sun_builtin_type()
3635 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL, in read_sun_builtin_type()
3640 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL, in read_sun_builtin_type()
/freebsd-12.1/contrib/gcc/
H A Dlanghooks.h116 tree (*signed_type) (tree); member
H A Dconvert.c725 typex = lang_hooks.types.signed_type (typex); in convert_to_integer()
747 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()
3493 tree signed_type, unsigned_type; in optimize_bit_field_compare() local
3538 signed_type = lang_hooks.types.type_for_mode (nmode, 0); in optimize_bit_field_compare()
4292 etype = lang_hooks.types.signed_type (etype); in build_range_check()
4666 arg1 = fold_convert (lang_hooks.types.signed_type in fold_cond_expr_with_comparison()
4677 arg1 = fold_convert (lang_hooks.types.signed_type in fold_cond_expr_with_comparison()
5661 tree cstype = (*lang_hooks.types.signed_type) (ctype); in extract_muldiv_1()
6507 tree signed_type, unsigned_type, intermediate_type; in fold_single_bit_test() local
10852 itype = lang_hooks.types.signed_type (itype); in fold_binary()
11245 st = lang_hooks.types.signed_type (TREE_TYPE (arg1)); in fold_binary()
[all …]
H A Dc-common.c6804 return lang_hooks.types.signed_type (t1) in same_scalar_type_ignoring_signedness()
6805 == lang_hooks.types.signed_type (t2); in same_scalar_type_ignoring_signedness()
H A Dexpmed.c5017 t = lang_hooks.types.signed_type (type); in make_tree()
5024 t = lang_hooks.types.signed_type (type); in make_tree()
H A Dtree.c7230 return lang_hooks.types.signed_type (size_type_node); in signed_type_for()
7231 return lang_hooks.types.signed_type (type); in signed_type_for()
H A DChangeLog-199913119 * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
13121 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
13171 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
H A DChangeLog-200226643 unsigned_type, signed_type, shorten_compare,
26645 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
26646 * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
26659 * tree.h (signed_or_unsigned_type, signed_type,
H A DChangeLog-200016902 * c-common.c (c_get_alias_set): Check whether signed_type did not
31819 and its maximum value fits in signed_type(result_type). Update
H A DFSFChangeLog.119415 * c-typeck.c ({un,}signed_type): If can't do anything, call
H A DChangeLog-200531068 to make_[un]signed_type, not the mode itself.
/freebsd-12.1/contrib/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,
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-1999601 * stl_deque.h: Use static_casts<size_type>(signed_type).

12