Home
last modified time | relevance | path

Searched refs:tree_expr_nonnegative_warnv_p (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h188 extern bool tree_expr_nonnegative_warnv_p (tree, bool *, int = 0);
H A Dfold-const.c11218 || tree_expr_nonnegative_warnv_p (op0, &strict_overflow_p))) in fold_binary_loc()
11960 && tree_expr_nonnegative_warnv_p (arg0, &strict_overflow_p)) in fold_binary_loc()
11976 && tree_expr_nonnegative_warnv_p (arg0, &strict_overflow_p)) in fold_binary_loc()
13664 #define tree_expr_nonnegative_warnv_p(X, Y) \ macro
13668 ((tree_expr_nonnegative_warnv_p) (X, strict_overflow_p, depth + 1))
14118 #undef tree_expr_nonnegative_warnv_p
14126 tree_expr_nonnegative_warnv_p (tree t, bool *strict_overflow_p, int depth) in tree_expr_nonnegative_warnv_p() function
14197 ret = tree_expr_nonnegative_warnv_p (t, &strict_overflow_p); in tree_expr_nonnegative_p()
14271 if (!tree_expr_nonnegative_warnv_p (op0, in tree_binary_nonzero_warnv_p()
14273 || !tree_expr_nonnegative_warnv_p (op1, in tree_binary_nonzero_warnv_p()
[all …]
H A Dtree-ssa-loop-manip.c104 if (!tree_expr_nonnegative_warnv_p (step, &ovf) in create_iv()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h201 extern bool tree_expr_nonnegative_warnv_p (tree, bool *, int = 0);
H A Dfold-const.cc11843 || tree_expr_nonnegative_warnv_p (op0, &strict_overflow_p))) in fold_binary_loc()
12553 && tree_expr_nonnegative_warnv_p (arg0, &strict_overflow_p)) in fold_binary_loc()
12569 && tree_expr_nonnegative_warnv_p (arg0, &strict_overflow_p)) in fold_binary_loc()
14586 #define tree_expr_nonnegative_warnv_p(X, Y) \ macro
14590 ((tree_expr_nonnegative_warnv_p) (X, strict_overflow_p, depth + 1))
15073 #undef tree_expr_nonnegative_warnv_p
15081 tree_expr_nonnegative_warnv_p (tree t, bool *strict_overflow_p, int depth) in tree_expr_nonnegative_warnv_p() function
15152 ret = tree_expr_nonnegative_warnv_p (t, &strict_overflow_p); in tree_expr_nonnegative_p()
15226 if (!tree_expr_nonnegative_warnv_p (op0, in tree_binary_nonzero_warnv_p()
15228 || !tree_expr_nonnegative_warnv_p (op1, in tree_binary_nonzero_warnv_p()
[all …]
H A Dtree-ssa-loop-manip.cc104 if (!tree_expr_nonnegative_warnv_p (step, &ovf) in create_iv()
H A DChangeLog-20072054 operands with tree_expr_nonnegative_warnv_p make sure to
12173 (tree_expr_nonnegative_warnv_p): Handle FIXED_CST.
17529 (tree_expr_nonnegative_warnv_p): Handle POINTER_PLUS_EXPR.
19409 * fold-const.c (tree_expr_nonnegative_warnv_p): Don't
26336 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
27670 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
27912 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
29155 (fold_binary): Likewise. Call tree_expr_nonnegative_warnv_p
29157 (tree_expr_nonnegative_warnv_p): Rename from
29185 tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
[all …]
H A DChangeLog.tuples4167 (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
H A DChangeLog-200817970 * fold-const.c (tree_expr_nonnegative_warnv_p): Do not ask VRP.
25599 (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
H A DChangeLog-201513141 (tree_expr_nonnegative_warnv_p): Add depth parameters.
13146 (tree_invalid_nonnegative_warnv_p, tree_expr_nonnegative_warnv_p):
13148 tree_expr_nonnegative_warnv_p. Use tree_ssa_name_nonnegative_warnv_p
H A DChangeLog-20099701 * fold-const.c (tree_expr_nonnegative_warnv_p): Don't handle
H A DChangeLog-20138351 (tree_expr_nonnegative_warnv_p): Moved to fold-const.h.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c2311 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in warn_for_sign_compare()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2301 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in warn_for_sign_compare()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5341 && tree_expr_nonnegative_warnv_p (op1, &ovf)) in build_conditional_expr()
5343 && tree_expr_nonnegative_warnv_p (op2, &ovf))) in build_conditional_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5379 && tree_expr_nonnegative_warnv_p (op1, &ovf)) in build_conditional_expr()
5381 && tree_expr_nonnegative_warnv_p (op2, &ovf))) in build_conditional_expr()