Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDclass.c3432 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()
HDdecl.c8016 if (INT_CST_LT (size, integer_zero_node)) in compute_array_index_type()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-uninit.c721 result = INT_CST_LT (val, boundary); in is_value_included_in()
726 || INT_CST_LT (val, boundary)); in is_value_included_in()
HDtree.h1476 #define INT_CST_LT(A, B) \ macro
HDtree-vrp.c1070 if (INT_CST_LT (val, val2)) in operand_less_p()
HDtree.c6483 return INT_CST_LT (t1, t2); in tree_int_cst_lt()
HDfold-const.c16048 result = INT_CST_LT (op0, op1); in fold_relational_const()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.c3549 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()