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 D | constexpr.c | 3503 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 D | constexpr.cc | 3884 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 D | ChangeLog-2019 | 2995 eval_and_check_array_index, cxx_eval_store_expression, 3479 * constexpr.c (eval_and_check_array_index): Split out from...
|