HomeSort by: relevance | last modified time | path
    Searched defs:strict_overflow_p (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.h 39 bool strict_overflow_p; member in struct:range_entry
gimple-range-fold.cc 745 bool strict_overflow_p; local
813 if (tree_single_nonzero_warnv_p (expr, &strict_overflow_p))
993 bool strict_overflow_p; local
995 if (gimple_stmt_nonnegative_warnv_p (call, &strict_overflow_p))
tree-ssa-reassoc.cc 2543 bool is_bool, strict_overflow_p; local
2547 r->strict_overflow_p = false;
2562 strict_overflow_p = false;
2663 &strict_overflow_p);
2680 r->strict_overflow_p = strict_overflow_p;
2784 [EXP, IN_P, LOW, HIGH, STRICT_OVERFLOW_P] is a merged range for
2800 bool in_p, tree low, tree high, bool strict_overflow_p)
2884 if (strict_overflow_p && issue_strict_overflow_warning (wc))
3018 range->strict_overflow_p = false
3333 bool strict_overflow_p = ranges[i].strict_overflow_p; local
3639 bool strict_overflow_p = false; local
4129 bool strict_overflow_p = ranges[i].strict_overflow_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.h 39 bool strict_overflow_p; member in struct:range_entry
gimple-range-fold.cc 688 bool strict_overflow_p; local
756 if (tree_single_nonzero_warnv_p (expr, &strict_overflow_p))
890 bool strict_overflow_p; local
894 else if (gimple_stmt_nonnegative_warnv_p (call, &strict_overflow_p))
vr-values.cc 340 bool strict_overflow_p; local
348 &strict_overflow_p);
354 &strict_overflow_p);
359 &strict_overflow_p);
1393 Also set *STRICT_OVERFLOW_P to indicate whether comparision evaluation
1399 const value_range_equiv *vr1, bool *strict_overflow_p)
1431 if (compare_values_warnv (vr0->min (), vr1->min (), strict_overflow_p) == 0
1432 && compare_values_warnv (vr0->max (), vr1->max (), strict_overflow_p) == 0)
1450 if (compare_values_warnv (vr0->min (), vr0->max (), strict_overflow_p) == 0
1451 && compare_values_warnv (vr1->min (), vr1->max (), strict_overflow_p) == 0
    [all...]
tree-ssa-reassoc.cc 2530 bool is_bool, strict_overflow_p; local
2534 r->strict_overflow_p = false;
2549 strict_overflow_p = false;
2649 &strict_overflow_p);
2666 r->strict_overflow_p = strict_overflow_p;
2770 [EXP, IN_P, LOW, HIGH, STRICT_OVERFLOW_P] is a merged range for
2786 bool in_p, tree low, tree high, bool strict_overflow_p)
2870 if (strict_overflow_p && issue_strict_overflow_warning (wc))
3004 range->strict_overflow_p = false
3319 bool strict_overflow_p = ranges[i].strict_overflow_p; local
3622 bool strict_overflow_p = false; local
4084 bool strict_overflow_p = ranges[i].strict_overflow_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ubsan.cc 572 bool strict_overflow_p = false; local
580 if (!tree_single_nonzero_warnv_p (op, &strict_overflow_p)
581 || strict_overflow_p)
c-warn.cc 191 bool strict_overflow_p = false; local
266 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p);
281 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ubsan.cc 465 bool strict_overflow_p = false; local
473 if (!tree_single_nonzero_warnv_p (op, &strict_overflow_p)
474 || strict_overflow_p)
c-warn.cc 190 bool strict_overflow_p = false; local
265 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p);
280 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p);

Completed in 41 milliseconds