Searched refs:unsigned_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlanghooks.h112 tree (*unsigned_type) (tree); member in struct:lang_hooks_for_types
H A Dtree-ssa-loop-niter.c2006 tree unsigned_type, valid_niter; local
2044 unsigned_type = unsigned_type_for (type);
2045 base = fold_convert (unsigned_type, base);
2049 tree extreme = fold_convert (unsigned_type,
2051 delta = fold_build2 (MINUS_EXPR, unsigned_type, base, extreme);
2052 step_abs = fold_build1 (NEGATE_EXPR, unsigned_type,
2053 fold_convert (unsigned_type, step));
2057 tree extreme = fold_convert (unsigned_type,
2059 delta = fold_build2 (MINUS_EXPR, unsigned_type, extreme, base);
2060 step_abs = fold_convert (unsigned_type, ste
[all...]
H A Dconvert.c672 typex = lang_hooks.types.unsigned_type (typex);
694 typex = lang_hooks.types.unsigned_type (type);
H A Dfold-const.c1349 : lang_hooks.types.unsigned_type (type);
3513 tree signed_type, unsigned_type;
3559 unsigned_type = lang_hooks.types.type_for_mode (nmode, 1);
3574 mask = build_int_cst (unsigned_type, -1);
3576 mask = fold_convert (unsigned_type, mask);
3585 build2 (BIT_AND_EXPR, unsigned_type,
3586 make_bit_field_ref (linner, unsigned_type,
3589 build2 (BIT_AND_EXPR, unsigned_type,
3590 make_bit_field_ref (rinner, unsigned_type,
3606 fold_convert (unsigned_type, rh
3491 tree signed_type, unsigned_type; local
3664 tree unsigned_type; local
6505 tree signed_type, unsigned_type, intermediate_type; local
[all...]
H A Dexpmed.c5029 t = lang_hooks.types.unsigned_type (type);
5050 t = lang_hooks.types.unsigned_type (type);
H A Dtree.c7224 return lang_hooks.types.unsigned_type (size_type_node);
7225 return lang_hooks.types.unsigned_type (type);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-exp.y658 struct type *unsigned_type;
759 unsigned_type = builtin_type_unsigned_long;
765 unsigned_type = builtin_type_unsigned_int;
775 putithere->typed_val.type = unsigned_type;
H A Dc-exp.y1072 struct type *unsigned_type;
1227 unsigned_type = builtin_type_unsigned_int;
1234 unsigned_type = builtin_type_unsigned_long;
1246 unsigned_type = builtin_type_unsigned_long_long;
1257 putithere->typed_val_int.type = unsigned_type;
H A Dobjc-exp.y1021 struct type *unsigned_type;
1172 unsigned_type = builtin_type_unsigned_int;
1179 unsigned_type = builtin_type_unsigned_long;
1192 unsigned_type = builtin_type_unsigned_long_long;
1203 putithere->typed_val_int.type = unsigned_type;
H A Dp-exp.y792 struct type *unsigned_type;
947 unsigned_type = builtin_type_unsigned_int;
954 unsigned_type = builtin_type_unsigned_long;
966 unsigned_type = builtin_type_unsigned_long_long;
977 putithere->typed_val_int.type = unsigned_type;
H A Df-exp.c2035 struct type *unsigned_type;
2136 unsigned_type = builtin_type_unsigned_long;
2142 unsigned_type = builtin_type_unsigned_int;
2152 putithere->typed_val.type = unsigned_type;
2031 struct type *unsigned_type; local
H A Dc-exp.c2705 struct type *unsigned_type;
2860 unsigned_type = builtin_type_unsigned_int;
2867 unsigned_type = builtin_type_unsigned_long;
2879 unsigned_type = builtin_type_unsigned_long_long;
2890 putithere->typed_val_int.type = unsigned_type;
2701 struct type *unsigned_type; local
H A Dobjc-exp.c2666 struct type *unsigned_type;
2817 unsigned_type = builtin_type_unsigned_int;
2824 unsigned_type = builtin_type_unsigned_long;
2837 unsigned_type = builtin_type_unsigned_long_long;
2848 putithere->typed_val_int.type = unsigned_type;
2662 struct type *unsigned_type; local
H A Dp-exp.c2117 struct type *unsigned_type;
2272 unsigned_type = builtin_type_unsigned_int;
2279 unsigned_type = builtin_type_unsigned_long;
2291 unsigned_type = builtin_type_unsigned_long_long;
2302 putithere->typed_val_int.type = unsigned_type;
2113 struct type *unsigned_type; local

Completed in 398 milliseconds