| /freebsd-12.1/contrib/gdb/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 | 1070 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 D | p-exp.c | 2112 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 D | f-exp.c | 2030 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 D | objc-exp.c | 2661 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 D | c-exp.c | 2700 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 D | stabsread.c | 3577 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 D | langhooks.h | 116 tree (*signed_type) (tree); member
|
| H A D | convert.c | 725 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 D | fold-const.c | 1339 ? 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 D | c-common.c | 6804 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 D | expmed.c | 5017 t = lang_hooks.types.signed_type (type); in make_tree() 5024 t = lang_hooks.types.signed_type (type); in make_tree()
|
| H A D | tree.c | 7230 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 D | ChangeLog-1999 | 13119 * 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 D | ChangeLog-2002 | 26643 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 D | ChangeLog-2000 | 16902 * 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 D | FSFChangeLog.11 | 9415 * c-typeck.c ({un,}signed_type): If can't do anything, call
|
| H A D | ChangeLog-2005 | 31068 to make_[un]signed_type, not the mode itself.
|
| /freebsd-12.1/contrib/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,
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1999 | 601 * stl_deque.h: Use static_casts<size_type>(signed_type).
|