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

/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c1737 find_array_ctor_elt (tree ary, tree dindex, bool insert = false) argument
1739 if (tree_int_cst_sgn (dindex) < 0)
1742 unsigned HOST_WIDE_INT i = tree_to_uhwi (dindex);
1771 int cmp = array_index_cmp (dindex, idx);
1784 if (tree_int_cst_lt (lo, dindex))
1787 tree new_hi = int_const_binop (MINUS_EXPR, dindex,
1796 e.index = dindex;
1802 elt.index = dindex;
1804 if (tree_int_cst_lt (dindex, hi))
1807 tree new_lo = int_const_binop (PLUS_EXPR, dindex,
[all...]

Completed in 98 milliseconds