Searched refs:unsigned0 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | expr_sizeof.c | 127 unsigned int unsigned0:1; in bit_fields() member
|
| /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 1221 arg0 = c_common_get_narrower (op0, &unsigned0); in shorten_binary_op() 1233 unsigned0 = TYPE_UNSIGNED (TREE_TYPE (op0)); in shorten_binary_op() 1244 uns = unsigned0; in shorten_binary_op() 1257 && unsigned0 == unsigned1 in shorten_binary_op() 1258 && (unsigned0 || !uns)) in shorten_binary_op() 1260 (unsigned0, common_type (TREE_TYPE (arg0), TREE_TYPE (arg1))); in shorten_binary_op() 1274 && (unsigned0 || !uns) in shorten_binary_op() 1278 = c_common_signed_or_unsigned_type (unsigned0, in shorten_binary_op() 1467 bool unsigned0 = TYPE_UNSIGNED (TREE_TYPE (op0)); in unsafe_conversion_p() local [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 1363 int unsigned0, unsigned1; in shorten_binary_op() local 1387 arg0 = c_common_get_narrower (op0, &unsigned0); in shorten_binary_op() 1399 unsigned0 = TYPE_UNSIGNED (TREE_TYPE (op0)); in shorten_binary_op() 1410 uns = unsigned0; in shorten_binary_op() 1423 && unsigned0 == unsigned1 in shorten_binary_op() 1424 && (unsigned0 || !uns)) in shorten_binary_op() 1426 (unsigned0, common_type (TREE_TYPE (arg0), TREE_TYPE (arg1))); in shorten_binary_op() 1440 && (unsigned0 || !uns) in shorten_binary_op() 1444 = c_common_signed_or_unsigned_type (unsigned0, in shorten_binary_op() 1633 bool unsigned0 = TYPE_UNSIGNED (TREE_TYPE (op0)); in unsafe_conversion_p() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 13815 bool unsigned0 = TYPE_UNSIGNED (inner0); in tree_binary_nonnegative_warnv_p() local 13819 unsigned0 = unsigned0 || tree_int_cst_sgn (op0) >= 0; in tree_binary_nonnegative_warnv_p() 13824 if (TREE_CODE (inner0) == INTEGER_TYPE && unsigned0 in tree_binary_nonnegative_warnv_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 14737 bool unsigned0 = TYPE_UNSIGNED (inner0); in tree_binary_nonnegative_warnv_p() local 14741 unsigned0 = unsigned0 || tree_int_cst_sgn (op0) >= 0; in tree_binary_nonnegative_warnv_p() 14746 if (TREE_CODE (inner0) == INTEGER_TYPE && unsigned0 in tree_binary_nonnegative_warnv_p()
|