Searched refs:unsigned1 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | expr_sizeof.c | 131 unsigned int unsigned1:1; in bit_fields() member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-coalesce.cc | 1549 int unsigned1, unsigned2; in gimple_can_coalesce_p() local 1551 || ((promote_ssa_mode (name1, &unsigned1) in gimple_can_coalesce_p() 1553 && unsigned1 == unsigned2); in gimple_can_coalesce_p()
|
H A D | fold-const.cc | 14738 bool unsigned1 = TYPE_UNSIGNED (inner1); in tree_binary_nonnegative_warnv_p() local 14744 unsigned1 = unsigned1 || tree_int_cst_sgn (op1) >= 0; in tree_binary_nonnegative_warnv_p() 14747 && TREE_CODE (inner1) == INTEGER_TYPE && unsigned1) in tree_binary_nonnegative_warnv_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-coalesce.c | 1549 int unsigned1, unsigned2; in gimple_can_coalesce_p() local 1551 || ((promote_ssa_mode (name1, &unsigned1) in gimple_can_coalesce_p() 1553 && unsigned1 == unsigned2); in gimple_can_coalesce_p()
|
H A D | fold-const.c | 13816 bool unsigned1 = TYPE_UNSIGNED (inner1); in tree_binary_nonnegative_warnv_p() local 13822 unsigned1 = unsigned1 || tree_int_cst_sgn (op1) >= 0; in tree_binary_nonnegative_warnv_p() 13825 && TREE_CODE (inner1) == INTEGER_TYPE && unsigned1) in tree_binary_nonnegative_warnv_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 1197 int unsigned0, unsigned1; in shorten_binary_op() local 1222 arg1 = c_common_get_narrower (op1, &unsigned1); in shorten_binary_op() 1237 unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in shorten_binary_op() 1257 && unsigned0 == unsigned1 in shorten_binary_op() 1263 && (unsigned1 || !uns) in shorten_binary_op() 1267 = c_common_signed_or_unsigned_type (unsigned1, in shorten_binary_op() 1468 bool unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in unsafe_conversion_p() local 1487 && unsigned1 in unsafe_conversion_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 1363 int unsigned0, unsigned1; in shorten_binary_op() local 1388 arg1 = c_common_get_narrower (op1, &unsigned1); in shorten_binary_op() 1403 unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in shorten_binary_op() 1423 && unsigned0 == unsigned1 in shorten_binary_op() 1429 && (unsigned1 || !uns) in shorten_binary_op() 1433 = c_common_signed_or_unsigned_type (unsigned1, in shorten_binary_op() 1634 bool unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in unsafe_conversion_p() local 1653 && unsigned1 in unsafe_conversion_p()
|