Searched refs:signed_type (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlanghooks.h116 tree (*signed_type) (tree); member in struct:lang_hooks_for_types
H A Dconvert.c674 typex = lang_hooks.types.signed_type (typex);
696 typex = lang_hooks.types.signed_type (type);
H A Dfold-const.c1348 ? lang_hooks.types.signed_type (type)
3513 tree signed_type, unsigned_type;
3558 signed_type = lang_hooks.types.type_for_mode (nmode, 0);
3616 tree tem = const_binop (RSHIFT_EXPR, fold_convert (signed_type, rhs),
3757 tmask = build_int_cst (lang_hooks.types.signed_type (type), -1);
4316 etype = lang_hooks.types.signed_type (etype);
4692 arg1 = fold_convert (lang_hooks.types.signed_type
4703 arg1 = fold_convert (lang_hooks.types.signed_type
5013 temp = fold_convert (lang_hooks.types.signed_type (type), temp);
5692 tree cstype = (*lang_hooks.types.signed_type) (ctyp
3491 tree signed_type, unsigned_type; local
6505 tree signed_type, unsigned_type, intermediate_type; local
[all...]
H A Dc-common.c6621 return lang_hooks.types.signed_type (t1)
6622 == lang_hooks.types.signed_type (t2);
H A Dexpmed.c5035 t = lang_hooks.types.signed_type (type);
5042 t = lang_hooks.types.signed_type (type);
H A Dtree.c7234 return lang_hooks.types.signed_type (size_type_node);
7235 return lang_hooks.types.signed_type (type);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-exp.y657 struct type *signed_type;
760 signed_type = builtin_type_long;
766 signed_type = builtin_type_int;
777 putithere->typed_val.type = signed_type;
H A Dc-exp.y1071 struct type *signed_type;
1228 signed_type = builtin_type_int;
1235 signed_type = builtin_type_long;
1247 signed_type = builtin_type_long_long;
1261 putithere->typed_val_int.type = signed_type;
H A Dobjc-exp.y1020 struct type *signed_type;
1173 signed_type = builtin_type_int;
1180 signed_type = builtin_type_long;
1193 signed_type = builtin_type_long_long;
1207 putithere->typed_val_int.type = signed_type;
H A Dp-exp.y791 struct type *signed_type;
948 signed_type = builtin_type_int;
955 signed_type = builtin_type_long;
967 signed_type = builtin_type_long_long;
981 putithere->typed_val_int.type = signed_type;
H A Df-exp.c2034 struct type *signed_type;
2137 signed_type = builtin_type_long;
2143 signed_type = builtin_type_int;
2154 putithere->typed_val.type = signed_type;
2030 struct type *signed_type; local
H A Dc-exp.c2704 struct type *signed_type;
2861 signed_type = builtin_type_int;
2868 signed_type = builtin_type_long;
2880 signed_type = builtin_type_long_long;
2894 putithere->typed_val_int.type = signed_type;
2700 struct type *signed_type; local
H A Dobjc-exp.c2665 struct type *signed_type;
2818 signed_type = builtin_type_int;
2825 signed_type = builtin_type_long;
2838 signed_type = builtin_type_long_long;
2852 putithere->typed_val_int.type = signed_type;
2661 struct type *signed_type; local
H A Dp-exp.c2116 struct type *signed_type;
2273 signed_type = builtin_type_int;
2280 signed_type = builtin_type_long;
2292 signed_type = builtin_type_long_long;
2306 putithere->typed_val_int.type = signed_type;
2112 struct type *signed_type; local
H A Dstabsread.c3583 int signed_type;
3589 signed_type = 1;
3592 signed_type = 0;
3641 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL,
3646 signed_type ? 0 : TYPE_FLAG_UNSIGNED, (char *) NULL,
3577 int signed_type; local

Completed in 266 milliseconds