Home
last modified time | relevance | path

Searched refs:find_array_ctor_elt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc50 static HOST_WIDE_INT find_array_ctor_elt (tree ary, tree dindex,
2424 HOST_WIDE_INT idx = find_array_ctor_elt (DECL_INITIAL (d), i); in cxx_eval_call_expression()
3042 if (find_array_ctor_elt (t, max) == -1) in reduced_constant_expression_p()
3573 find_array_ctor_elt (tree ary, tree dindex, bool insert) in find_array_ctor_elt() function
3731 HOST_WIDE_INT i = find_array_ctor_elt (ctor, index, /*insert*/true); in get_or_insert_ctor_field()
3975 HOST_WIDE_INT ix = find_array_ctor_elt (ary, index); in cxx_eval_array_reference()
H A DChangeLog-20163189 (find_array_ctor_elt): Likewise.
4294 * constexpr.c (find_array_ctor_elt): Handle splitting RANGE_EXPR.
H A DChangeLog-2018335 * constexpr.c (find_array_ctor_elt): Add forward declaration.
4198 * constexpr.c (find_array_ctor_elt): Don't use elt reference after
H A DChangeLog-20151854 * constexpr.c (array_index_cmp, find_array_ctor_elt): New.
H A DChangeLog-20205934 * constexpr.c (find_array_ctor_elt): If last element has no index,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c47 static HOST_WIDE_INT find_array_ctor_elt (tree ary, tree dindex,
2217 HOST_WIDE_INT idx = find_array_ctor_elt (DECL_INITIAL (d), i); in cxx_eval_call_expression()
3194 find_array_ctor_elt (tree ary, tree dindex, bool insert) in find_array_ctor_elt() function
3352 HOST_WIDE_INT i = find_array_ctor_elt (ctor, index, /*insert*/true);
3593 HOST_WIDE_INT ix = find_array_ctor_elt (ary, index); in cxx_eval_array_reference()