Searched refs:array_index_cmp (Results 1 – 2 of 2) 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.