Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
DChangeLog-20151854 * constexpr.c (array_index_cmp, find_array_ctor_elt): New.