Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/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.c672 typex = lang_hooks.types.unsigned_type (typex); in convert_to_integer()
694 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()
3487 tree signed_type, unsigned_type; in optimize_bit_field_compare() local
3533 unsigned_type = lang_hooks.types.type_for_mode (nmode, 1); in optimize_bit_field_compare()
3548 mask = build_int_cst (unsigned_type, -1); in optimize_bit_field_compare()
3550 mask = fold_convert (unsigned_type, mask); in optimize_bit_field_compare()
3559 build2 (BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare()
3560 make_bit_field_ref (linner, unsigned_type, in optimize_bit_field_compare()
3563 build2 (BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare()
3564 make_bit_field_ref (rinner, unsigned_type, in optimize_bit_field_compare()
3580 fold_convert (unsigned_type, rhs), in optimize_bit_field_compare()
[all …]
H A Dexpmed.c5015 t = lang_hooks.types.unsigned_type (type); in make_tree()
5036 t = lang_hooks.types.unsigned_type (type); in make_tree()
H A Dtree.c7192 return lang_hooks.types.unsigned_type (size_type_node); in unsigned_type_for()
7193 return lang_hooks.types.unsigned_type (type); in unsigned_type_for()
/openbsd-src/gnu/usr.bin/binutils/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.y1068 struct type *unsigned_type; local
1223 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_int;
1230 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long;
1242 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long_long;
1253 putithere->typed_val_int.type = unsigned_type;
H A Dp-exp.c2134 struct type *unsigned_type; local
2289 unsigned_type = builtin_type_unsigned_int;
2296 unsigned_type = builtin_type_unsigned_long;
2308 unsigned_type = builtin_type_unsigned_long_long;
2319 putithere->typed_val_int.type = unsigned_type;
H A Df-exp.c2052 struct type *unsigned_type; local
2153 unsigned_type = builtin_type_unsigned_long;
2159 unsigned_type = builtin_type_unsigned_int;
2169 putithere->typed_val.type = unsigned_type;
H A Dc-exp.c2720 struct type *unsigned_type; local
2875 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_int;
2882 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long;
2894 unsigned_type = builtin_type (current_gdbarch)->builtin_unsigned_long_long;
2905 putithere->typed_val_int.type = unsigned_type;
H A Dobjc-exp.c2683 struct type *unsigned_type; local
2834 unsigned_type = builtin_type_unsigned_int;
2841 unsigned_type = builtin_type_unsigned_long;
2854 unsigned_type = builtin_type_unsigned_long_long;
2865 putithere->typed_val_int.type = unsigned_type;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconvert.c354 typex = (*lang_hooks.types.unsigned_type) (typex);
388 typex = (*lang_hooks.types.unsigned_type) (typex);
H A Dlanghooks.h108 tree (*unsigned_type) PARAMS ((tree));
H A Dfold-const.c2457 tree signed_type, unsigned_type; local
2503 unsigned_type = (*lang_hooks.types.type_for_mode) (nmode, 1);
2519 TREE_TYPE (mask) = unsigned_type;
2521 mask = convert (unsigned_type, mask);
2530 build (BIT_AND_EXPR, unsigned_type,
2531 make_bit_field_ref (linner, unsigned_type,
2534 build (BIT_AND_EXPR, unsigned_type,
2535 make_bit_field_ref (rinner, unsigned_type,
2551 convert (unsigned_type, rhs),
2585 lhs = make_bit_field_ref (linner, unsigned_type, nbitsize, nbitpos, 1);
[all …]
H A Dexpmed.c4106 t = (*lang_hooks.types.unsigned_type) (type);
4130 t = (*lang_hooks.types.unsigned_type) (type);
H A DChangeLog.710783 * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
10784 instead of unsigned_type.
12196 unsigned_type, signed_type, shorten_compare,
12198 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
12199 * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
12213 unsigned_type): Remove.
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c2428 int unsigned_type = (spnt1->VMS_type == DBG_S_C_ULINT in VMS_typedef_parse() local
2435 fpush (unsigned_type ? DBG_S_C_UBITU : DBG_S_C_SBITU, 1); in VMS_typedef_parse()
2443 fpush (unsigned_type ? DBG_S_C_UBITU : DBG_S_C_SBITU, 1); in VMS_typedef_parse()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A DChangeLog584 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
598 unsigned_type): Use new hooks.
/openbsd-src/gnu/gcc/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,
/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) :
8278 * typeck.c (unsigned_type): Only return TItype nodes when
11843 * typeck.c (unsigned_type, signed_type): Handle TI types.
19831 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.

12