Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3456 get_array_or_vector_nelts (const constexpr_ctx *ctx, tree type, in get_array_or_vector_nelts() function
3522 tree nelts = get_array_or_vector_nelts (ctx, TREE_TYPE (ary), non_constant_p, in eval_and_check_array_index()
4189 tree nelts = get_array_or_vector_nelts (ctx, atype, non_constant_p, in cxx_eval_vec_init_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc3837 get_array_or_vector_nelts (const constexpr_ctx *ctx, tree type, in get_array_or_vector_nelts() function
3903 tree nelts = get_array_or_vector_nelts (ctx, TREE_TYPE (ary), non_constant_p, in eval_and_check_array_index()
4921 tree nelts = get_array_or_vector_nelts (ctx, atype, non_constant_p, in cxx_eval_vec_init_1()
H A DChangeLog-20184363 * constexpr.c (get_array_or_vector_nelts): New.