Home
last modified time | relevance | path

Searched refs:unsigned_type (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-niter.c2006 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 Dlanghooks.h112 tree (*unsigned_type) (tree); member
H A Dconvert.c723 typex = lang_hooks.types.unsigned_type (typex); in convert_to_integer()
745 typex = lang_hooks.types.unsigned_type (type); in convert_to_integer()
H A Dfold-const.c1340 : lang_hooks.types.unsigned_type (type); in fold_negate_expr()
3493 tree signed_type, unsigned_type; in optimize_bit_field_compare() local
3554 mask = build_int_cst (unsigned_type, -1); in optimize_bit_field_compare()
3556 mask = fold_convert (unsigned_type, mask); in optimize_bit_field_compare()
3565 build2 (BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare()
3569 build2 (BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare()
3586 fold_convert (unsigned_type, rhs), in optimize_bit_field_compare()
3625 fold_convert (unsigned_type, rhs), in optimize_bit_field_compare()
3666 tree unsigned_type; in decode_field_reference() local
3708 precision = TYPE_PRECISION (unsigned_type); in decode_field_reference()
[all …]
H A Dexpmed.c5011 t = lang_hooks.types.unsigned_type (type); in make_tree()
5032 t = lang_hooks.types.unsigned_type (type); in make_tree()
H A Dtree.c7220 return lang_hooks.types.unsigned_type (size_type_node); in unsigned_type_for()
7221 return lang_hooks.types.unsigned_type (type); in unsigned_type_for()
H A DChangeLog-200225230 * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
25231 instead of unsigned_type.
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):
26660 unsigned_type): Remove.
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) :
/freebsd-12.1/contrib/gdb/gdb/
H A Df-exp.y657 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 Dp-exp.y791 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 Dobjc-exp.y1020 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 Dc-exp.y1071 struct type *unsigned_type; local
1226 unsigned_type = builtin_type_unsigned_int;
1233 unsigned_type = builtin_type_unsigned_long;
1245 unsigned_type = builtin_type_unsigned_long_long;
1256 putithere->typed_val_int.type = unsigned_type;
H A Dp-exp.c2113 struct type *unsigned_type; local
2268 unsigned_type = builtin_type_unsigned_int;
2275 unsigned_type = builtin_type_unsigned_long;
2287 unsigned_type = builtin_type_unsigned_long_long;
2298 putithere->typed_val_int.type = unsigned_type;
H A Df-exp.c2031 struct type *unsigned_type; local
2132 unsigned_type = builtin_type_unsigned_long;
2138 unsigned_type = builtin_type_unsigned_int;
2148 putithere->typed_val.type = unsigned_type;
H A Dobjc-exp.c2662 struct type *unsigned_type; local
2813 unsigned_type = builtin_type_unsigned_int;
2820 unsigned_type = builtin_type_unsigned_long;
2833 unsigned_type = builtin_type_unsigned_long_long;
2844 putithere->typed_val_int.type = unsigned_type;
H A Dc-exp.c2701 struct type *unsigned_type; local
2856 unsigned_type = builtin_type_unsigned_int;
2863 unsigned_type = builtin_type_unsigned_long;
2875 unsigned_type = builtin_type_unsigned_long_long;
2886 putithere->typed_val_int.type = unsigned_type;
/freebsd-12.1/contrib/gcc/cp/
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-19981490 * typeck.c (unsigned_type): Only return TItype nodes when
5055 * typeck.c (unsigned_type, signed_type): Handle TI types.
H A DChangeLog-20012351 unsigned_type, signed_type, signed_or_unsigned_type,
H A DChangeLog-19963553 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.