Searched refs:INT_CST_LT_UNSIGNED (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | targhooks.c | 201 if (INT_CST_LT_UNSIGNED (type_align, sizetype_size)) in default_cxx_get_cookie_size()
|
H A D | c-common.c | 2153 min_gt = INT_CST_LT_UNSIGNED (primop1, minval); in shorten_compare() 2154 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval); in shorten_compare() 2155 min_lt = INT_CST_LT_UNSIGNED (minval, primop1); in shorten_compare() 2156 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1); in shorten_compare()
|
H A D | tree.c | 4514 return INT_CST_LT_UNSIGNED (t1, t2); in tree_int_cst_lt() 5543 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), TYPE_SIZE (TREE_TYPE (op))) in get_unwidened()
|
H A D | tree.h | 1254 #define INT_CST_LT_UNSIGNED(A, B) \ macro
|
H A D | fold-const.c | 13174 result = INT_CST_LT_UNSIGNED (op0, op1); in fold_relational_const()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 3203 return INT_CST_LT_UNSIGNED (t1, t2); 4112 return (! INT_CST_LT_UNSIGNED (TYPE_MAX_VALUE (type), c) 4113 && ! INT_CST_LT_UNSIGNED (c, TYPE_MIN_VALUE (type))
|
H A D | c-common.c | 2432 min_gt = INT_CST_LT_UNSIGNED (primop1, minval); 2433 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval); 2434 min_lt = INT_CST_LT_UNSIGNED (minval, primop1); 2435 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1);
|
H A D | tree.h | 721 #define INT_CST_LT_UNSIGNED(A, B) \ macro
|
H A D | fold-const.c | 6664 ? INT_CST_LT_UNSIGNED (arg0, arg1)
|
H A D | ChangeLog.3 | 11671 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
|
H A D | ChangeLog.7 | 21229 (INT_CST_LT_UNSIGNED): Likewise.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | class.c | 4436 if (INT_CST_LT_UNSIGNED (result, offset)) in end_of_class() 4446 if (INT_CST_LT_UNSIGNED (result, offset)) in end_of_class() 4526 && INT_CST_LT_UNSIGNED (rli_size, eoc)) in include_empty_classes()
|
H A D | call.c | 4665 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), in type_passed_as() 4686 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), in convert_for_arg_passing()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | class.c | 4844 if (INT_CST_LT_UNSIGNED (result, offset)) 4855 if (INT_CST_LT_UNSIGNED (result, offset)) 4932 && INT_CST_LT_UNSIGNED (rli_size, eoc)) in include_empty_classes()
|
H A D | init.c | 2140 if (INT_CST_LT_UNSIGNED (type_align, sizetype_size))
|