Searched refs:INT_CST_LT (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | class.c | 3432 if (max_offset && INT_CST_LT (max_offset, offset)) in walk_subobject_offsets() 3587 ? !INT_CST_LT (TYPE_MAX_VALUE (domain), index) in walk_subobject_offsets() 3588 : INT_CST_LT (index, TYPE_MAX_VALUE (domain))); in walk_subobject_offsets() 3604 if (max_offset && INT_CST_LT (max_offset, offset)) in walk_subobject_offsets() 5607 && INT_CST_LT (TYPE_SIZE (type), DECL_SIZE (field))) in layout_class_type() 5618 && (INT_CST_LT (size_int (MAX_FIXED_MODE_SIZE), in layout_class_type() 5620 || INT_CST_LT (DECL_SIZE (field), in layout_class_type() 5637 || INT_CST_LT (TYPE_SIZE (integer_type), DECL_SIZE (field))) in layout_class_type()
|
| HD | decl.c | 8016 if (INT_CST_LT (size, integer_zero_node)) in compute_array_index_type()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-uninit.c | 721 result = INT_CST_LT (val, boundary); in is_value_included_in() 726 || INT_CST_LT (val, boundary)); in is_value_included_in()
|
| HD | tree.h | 1476 #define INT_CST_LT(A, B) \ macro
|
| HD | tree-vrp.c | 1070 if (INT_CST_LT (val, val2)) in operand_less_p()
|
| HD | tree.c | 6483 return INT_CST_LT (t1, t2); in tree_int_cst_lt()
|
| HD | fold-const.c | 16048 result = INT_CST_LT (op0, op1); in fold_relational_const()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.c | 3549 min_gt = INT_CST_LT (primop1, minval); in shorten_compare() 3550 max_gt = INT_CST_LT (primop1, maxval); in shorten_compare() 3551 min_lt = INT_CST_LT (minval, primop1); in shorten_compare() 3552 max_lt = INT_CST_LT (maxval, primop1); in shorten_compare()
|