Searched refs:integer_zerop (Results 51 - 75 of 102) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c487 if (vcall_offset && !integer_zerop (vcall_offset))
H A Drtti.c1230 && integer_zerop (BINFO_OFFSET (base_binfo)))
H A Derror.c1493 if (t == boolean_false_node || integer_zerop (t))
1868 if (integer_zerop (idx))
H A Ddecl2.c552 if (integer_zerop (t))
1203 else if (integer_zerop (init))
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c387 if (integer_zerop (exp))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c4086 if (pedantic && integer_zerop (size))
4115 if (integer_zerop (size))
4200 if (size && integer_zerop (size))
5300 else if (integer_zerop (DECL_INITIAL (x)) && DECL_NAME (x) != 0)
H A Dtree.h1327 #define BINFO_OFFSET_ZEROP(NODE) (integer_zerop (BINFO_OFFSET (NODE)))
2644 /* integer_zerop (tree x) is nonzero if X is an integer constant of value 0 */
2646 extern int integer_zerop PARAMS ((tree));
H A Dc-pretty-print.c375 if (b == boolean_false_node || integer_zerop (b))
/openbsd-current/gnu/gcc/gcc/
H A Dexpr.c4757 && integer_zerop (TYPE_MIN_VALUE (TYPE_DOMAIN (tf)))
5755 if (! integer_zerop (low_bound))
7332 if (! integer_zerop (low_bound))
8455 if (code == NE_EXPR && integer_zerop (TREE_OPERAND (exp, 1))
9155 && TREE_CODE (arg0) == BIT_AND_EXPR && integer_zerop (arg1)
9174 if ((code == LT && integer_zerop (arg1))
9175 || (! only_cheap && code == GE && integer_zerop (arg1)))
H A Dc-decl.c2208 && !integer_zerop (TYPE_MAX_VALUE (TYPE_DOMAIN (type))))
3843 else if (integer_zerop (*width) && orig_name)
4267 if (pedantic && integer_zerop (size))
4306 if (integer_zerop (size))
4418 if (size && integer_zerop (size))
H A Dtree-pretty-print.c242 && integer_zerop (min)
919 if (!integer_zerop (op0)
H A Dtree-cfg.c440 zerop = integer_zerop (cond);
1541 else if (integer_zerop (cond) && !then_has_label)
1573 && integer_zerop (TREE_OPERAND (else_stmt, 1)))
H A Dtree-ssa-structalias.c2399 if (CONSTANT_CLASS_P (forzero) && integer_zerop (forzero))
2542 && integer_zerop (t))
3778 && !integer_zerop (DECL_SIZE (field)))
H A Dtree.h1424 && integer_zerop (TREE_OPERAND (NODE, 0)))
2183 #define BINFO_OFFSET_ZEROP(NODE) (integer_zerop (BINFO_OFFSET (NODE)))
4001 /* integer_zerop (tree x) is nonzero if X is an integer constant of value 0. */
4003 extern int integer_zerop (tree);
H A Dtree-eh.c1946 if (!TREE_CONSTANT (t) || integer_zerop (t))
H A Dtree-scalar-evolution.c2503 else if (integer_zerop (niter_desc.may_be_zero))
H A Dtree-sra.c244 || integer_zerop (TYPE_SIZE (type)))
H A Dtree-ssa-loop-niter.c56 integer_zerop, it does not care about overflow flags. */
1134 if (integer_zerop (niter->assumptions))
H A Domp-low.c2212 if (integer_zerop (val))
4036 && ! integer_zerop (fd->n2))
H A Demit-rtl.c1486 if (integer_zerop (TREE_OPERAND (t, 1)))
1602 if (! integer_zerop (low_bound))
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl2.c422 if (integer_zerop (t))
842 gcc_assert (error_operand_p (init) || integer_zerop (init));
H A Derror.c1666 if (integer_zerop (idx))
H A Dinit.c2120 if (integer_zerop (nelts))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.h921 ? (integer_zerop (TYPE_SIZE (TYPE)) \
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c817 if (integer_zerop (cond) && item)
1700 || integer_zerop (source_size))
5511 if (integer_zerop (r))
5639 if (! integer_zerop (basetypeof_l_is_int))
5749 if (!integer_zerop (basetypeof_l_is_int))
6362 if (integer_zerop (length_tree))
14800 if (integer_zerop (TREE_OPERAND (expr, 1)))
14816 return integer_zerop (expr) ? integer_zero_node : integer_one_node;

Completed in 601 milliseconds

12345