Searched refs:INT_CST_LT_UNSIGNED (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtarghooks.c213 if (INT_CST_LT_UNSIGNED (type_align, sizetype_size))
H A Dc-common.c2242 min_gt = INT_CST_LT_UNSIGNED (primop1, minval);
2243 max_gt = INT_CST_LT_UNSIGNED (primop1, maxval);
2244 min_lt = INT_CST_LT_UNSIGNED (minval, primop1);
2245 max_lt = INT_CST_LT_UNSIGNED (maxval, primop1);
H A Dtree.c4542 return INT_CST_LT_UNSIGNED (t1, t2);
5599 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type), TYPE_SIZE (TREE_TYPE (op)))
H A Dtree.h1289 #define INT_CST_LT_UNSIGNED(A, B) \
1284 #define INT_CST_LT_UNSIGNED macro
H A Dfold-const.c13232 result = INT_CST_LT_UNSIGNED (op0, op1);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c4469 if (INT_CST_LT_UNSIGNED (result, offset))
4479 if (INT_CST_LT_UNSIGNED (result, offset))
4559 && INT_CST_LT_UNSIGNED (rli_size, eoc))
H A Dcall.c4687 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type),
4728 && INT_CST_LT_UNSIGNED (TYPE_SIZE (type),

Completed in 453 milliseconds