Searched refs:strict_overflow_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c605 usable_range_p (value_range_t *vr, bool *strict_overflow_p) argument
610 *strict_overflow_p = true;
616 *strict_overflow_p = true;
628 vrp_expr_computes_nonnegative (tree expr, bool *strict_overflow_p) argument
630 return tree_expr_nonnegative_warnv_p (expr, strict_overflow_p);
637 vrp_expr_computes_nonzero (tree expr, bool *strict_overflow_p) argument
639 if (tree_expr_nonzero_warnv_p (expr, strict_overflow_p))
694 compare_values_warnv (tree val1, tree val2, bool *strict_overflow_p) argument
774 if (strict_overflow_p != NULL
777 *strict_overflow_p
2665 compare_ranges(enum tree_code comp, value_range_t *vr0, value_range_t *vr1, bool *strict_overflow_p) argument
2822 compare_range_with_value(enum tree_code comp, value_range_t *vr, tree val, bool *strict_overflow_p) argument
4103 compare_name_with_value(enum tree_code comp, tree var, tree val, bool *strict_overflow_p) argument
4188 compare_names(enum tree_code comp, tree n1, tree n2, bool *strict_overflow_p) argument
4309 vrp_evaluate_conditional_warnv(tree cond, bool use_equiv_p, bool *strict_overflow_p) argument
[all...]
H A Dfold-const.c3959 bool *strict_overflow_p)
4109 *strict_overflow_p = true;
4913 bool strict_overflow_p = false;
4914 tree lhs = make_range (op0, &in0_p, &low0, &high0, &strict_overflow_p);
4915 tree rhs = make_range (op1, &in1_p, &low1, &high1, &strict_overflow_p);
4937 if (strict_overflow_p)
4971 if (strict_overflow_p)
5593 bool *strict_overflow_p)
5607 ret = extract_muldiv_1 (t, c, code, wide_type, strict_overflow_p);
5615 bool *strict_overflow_p)
3933 make_range(tree exp, int *pin_p, tree *plow, tree *phigh, bool *strict_overflow_p) argument
4884 bool strict_overflow_p = false; local
5559 extract_muldiv(tree t, tree c, enum tree_code code, tree wide_type, bool *strict_overflow_p) argument
5581 extract_muldiv_1(tree t, tree c, enum tree_code code, tree wide_type, bool *strict_overflow_p) argument
8480 bool strict_overflow_p; local
12379 tree_expr_nonnegative_warnv_p(tree t, bool *strict_overflow_p) argument
12687 bool strict_overflow_p; local
12708 tree_expr_nonzero_warnv_p(tree t, bool *strict_overflow_p) argument
12885 bool ret, strict_overflow_p; local
[all...]

Completed in 173 milliseconds