Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c4485 reshape_init_array_1 (tree elt_type, tree max_index, reshape_iter *d) in reshape_init_array_1() function
4539 return reshape_init_array_1 (TREE_TYPE (type), max_index, d); in reshape_init_array()
4573 return reshape_init_array_1 (TREE_TYPE (type), max_index, d); in reshape_init_vector()
H A DChangeLog1903 (reshape_init_array_1): Likewise.
3723 * decl.c (reshape_init_array_1): Handle max_index of -1.
5048 (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.