Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3503 eval_and_check_array_index (const constexpr_ctx *ctx, in eval_and_check_array_index() function
3558 tree index = eval_and_check_array_index (ctx, t, lval, in cxx_eval_array_reference()
4873 elt = eval_and_check_array_index (ctx, probe, false, in cxx_eval_store_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc3884 eval_and_check_array_index (const constexpr_ctx *ctx, in eval_and_check_array_index() function
3940 tree index = eval_and_check_array_index (ctx, t, lval, in cxx_eval_array_reference()
5671 elt = eval_and_check_array_index (ctx, probe, false, in cxx_eval_store_expression()
H A DChangeLog-20192995 eval_and_check_array_index, cxx_eval_store_expression,
3479 * constexpr.c (eval_and_check_array_index): Split out from...