Home
last modified time | relevance | path

Searched refs:array_index_cmp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc52 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() function
3631 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()
H A DChangeLog-20151854 * constexpr.c (array_index_cmp, find_array_ctor_elt): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3166 array_index_cmp (tree key, tree index) in array_index_cmp() function
3252 int cmp = array_index_cmp (dindex, idx); in find_array_ctor_elt()
3346 gcc_assert (array_index_cmp (elts->last().index, lo) < 0);