Searched refs:array_index_cmp (Results 1 – 3 of 3) sorted by relevance
52 static int array_index_cmp (tree key, tree index);3036 if (array_index_cmp (cursor, e.index) != 0) in reduced_constant_expression_p()3545 array_index_cmp (tree key, tree index) in array_index_cmp() function3631 int cmp = array_index_cmp (dindex, idx); in find_array_ctor_elt()3725 gcc_assert (array_index_cmp (elts->last().index, lo) < 0); in get_or_insert_ctor_field()
1854 * constexpr.c (array_index_cmp, find_array_ctor_elt): New.
3166 array_index_cmp (tree key, tree index) in array_index_cmp() function3252 int cmp = array_index_cmp (dindex, idx); in find_array_ctor_elt()3346 gcc_assert (array_index_cmp (elts->last().index, lo) < 0);