| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 3201 plus_one (tree expr) function 3700 plus_one (newpos)); 3718 curparmstr.c_str (), plus_one (curpos));
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 3163 plus_one (tree expr) function 3676 plus_one (newpos)); 3694 curparmstr.c_str (), plus_one (curpos));
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| constraint-manager.cc | 81 plus_one (tree cst) function in namespace:ana 587 m_ranges.safe_push (bounded_range (plus_one (rhs_const), 592 m_ranges.safe_push (bounded_range (plus_one (rhs_const), 626 && tree_int_cst_equal (plus_one (prev->m_upper), 673 gcc_assert (tree_int_cst_lt (plus_one (prev.m_upper), next.m_lower)); 913 ranges.safe_push (bounded_range (plus_one (prev_ub), 920 ranges.safe_push (bounded_range (plus_one (last_ub), max_val));
|
| region-model.cc | 8856 const svalue *plus_one = model4.get_rvalue (i, &ctxt); local 8857 ASSERT_EQ (plus_one->get_kind (), SK_BINOP); 8862 ASSERT_EQ (model5.get_rvalue (i, &ctxt), plus_one);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| constraint-manager.cc | 82 plus_one (tree cst) function in namespace:ana 582 m_ranges.safe_push (bounded_range (plus_one (rhs_const), 587 m_ranges.safe_push (bounded_range (plus_one (rhs_const), 621 && tree_int_cst_equal (plus_one (prev->m_upper), 668 gcc_assert (tree_int_cst_lt (plus_one (prev.m_upper), next.m_lower)); 908 ranges.safe_push (bounded_range (plus_one (prev_ub), 915 ranges.safe_push (bounded_range (plus_one (last_ub), max_val));
|
| region-model.cc | 6125 const svalue *plus_one = model4.get_rvalue (i, &ctxt); local 6126 ASSERT_EQ (plus_one->get_kind (), SK_BINOP); 6131 ASSERT_EQ (model5.get_rvalue (i, &ctxt), plus_one);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch.cc | 3581 HOST_WIDE_INT plus_one; local 3590 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 3591 if (INTVAL (*cmp1) < plus_one) 3594 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 3600 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 3601 if (plus_one != 0) 3604 *cmp1 = force_reg (mode, GEN_INT (plus_one));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv.cc | 2412 HOST_WIDE_INT plus_one; 2421 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 2422 if (INTVAL (*cmp1) < plus_one) 2425 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 2431 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 2432 if (plus_one != 0) 2435 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 2409 HOST_WIDE_INT plus_one; local
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch.cc | 5074 HOST_WIDE_INT plus_one; local 5083 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 5084 if (INTVAL (*cmp1) < plus_one) 5087 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 5093 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 5094 if (plus_one != 0) 5097 *cmp1 = force_reg (mode, GEN_INT (plus_one));
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 5536 HOST_WIDE_INT plus_one; 5545 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 5546 if (INTVAL (*cmp1) < plus_one) 5549 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 5555 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 5556 if (plus_one != 0) 5559 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 5509 HOST_WIDE_INT plus_one; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 5403 HOST_WIDE_INT plus_one; 5412 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 5413 if (INTVAL (*cmp1) < plus_one) 5416 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 5422 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode); 5423 if (plus_one != 0) 5426 *cmp1 = force_reg (mode, GEN_INT (plus_one)); 5376 HOST_WIDE_INT plus_one; local
|