Home
last modified time | relevance | path

Searched refs:c_common_signed_or_unsigned_type (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c1155 return c_common_signed_or_unsigned_type in shorten_binary_op()
1163 = c_common_signed_or_unsigned_type (unsigned1, in shorten_binary_op()
1174 = c_common_signed_or_unsigned_type (unsigned0, in shorten_binary_op()
2394 return c_common_signed_or_unsigned_type (1, type); in c_common_unsigned_type()
2402 return c_common_signed_or_unsigned_type (0, type); in c_common_signed_type()
2409 c_common_signed_or_unsigned_type (int unsignedp, tree type) in c_common_signed_or_unsigned_type() function
2830 type = c_common_signed_or_unsigned_type (unsignedp0, in shorten_compare()
2993 type = c_common_signed_or_unsigned_type (unsignedp0 in shorten_compare()
2999 = convert (c_common_signed_or_unsigned_type (unsignedp0, in shorten_compare()
3003 = convert (c_common_signed_or_unsigned_type (unsignedp1, in shorten_compare()
H A Dc-common.h820 extern tree c_common_signed_or_unsigned_type (int, tree);
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c1937 return c_common_signed_or_unsigned_type in shorten_binary_op()
1945 = c_common_signed_or_unsigned_type (unsigned1, in shorten_binary_op()
1956 = c_common_signed_or_unsigned_type (unsigned0, in shorten_binary_op()
3102 return c_common_signed_or_unsigned_type (1, type); in c_common_unsigned_type()
3110 return c_common_signed_or_unsigned_type (0, type); in c_common_signed_type()
3117 c_common_signed_or_unsigned_type (int unsignedp, tree type) in c_common_signed_or_unsigned_type() function
3517 type = c_common_signed_or_unsigned_type (unsignedp0, in shorten_compare()
3676 type = c_common_signed_or_unsigned_type (unsignedp0 in shorten_compare()
3682 = convert (c_common_signed_or_unsigned_type (unsignedp0, in shorten_compare()
3686 = convert (c_common_signed_or_unsigned_type (unsignedp1, in shorten_compare()
H A Dc-common.h750 extern tree c_common_signed_or_unsigned_type (int, tree);
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dmangle.c1461 type = c_common_signed_or_unsigned_type (1, TREE_TYPE (cst)); in write_integer_cst()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c1756 type = c_common_signed_or_unsigned_type (1, TREE_TYPE (cst)); in write_integer_cst()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c10459 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c12004 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()