Home
last modified time | relevance | path

Searched refs:reshape_init_r (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2009506 * decl.c (reshape_init_r, check_initializer, grokdeclarator):
535 * decl.c (reshape_init_class): Check return value of reshape_init_r
1210 * decl.c (reshape_init_r): Array copy.
1709 * decl.c (reshape_init_r): { T } is not an aggregate initializer
H A Ddecl.cc6397 static tree reshape_init_r (tree, reshape_iter *, tree, tsubst_flags_t);
6514 elt_init = reshape_init_r (elt_type, d, in reshape_init_array_1()
6599 return reshape_init_r (type, &iter, in reshape_single_init()
6767 field_init = reshape_init_r (TREE_TYPE (field), d, in reshape_init_class()
6844 reshape_init_r (tree type, reshape_iter *d, tree first_initializer_p, in reshape_init_r() function
7143 new_init = reshape_init_r (type, &d, init, complain); in reshape_init()
H A DChangeLog-2014219 * decl.c (reshape_init_r): Do not reject value-initialization of
2833 * decl.c (reshape_init_r): Handle a single element of vector type.
2887 * decl.c (reshape_init_r): Handle a single element of class type.
H A DChangeLog-20193 * decl.c (reshape_init_r): Remove assert.
57 * decl.c (reshape_init_r): For a nested compound literal, do
1416 * decl.c (reshape_init_r): Add missing space.
5043 * decl.c (reshape_init_r): Allow braces around scalar initializer
5246 * decl.c (reshape_init_r): Don't reshape a digested initializer.
H A DChangeLog-20161215 * decl.c (reshape_init_r): Likewise.
1760 * decl.c (reshape_init_r): Check complain for missing braces warning.
3074 (reshape_init_r): Reject incompletely braced intializer-lists
H A DChangeLog1978 (reshape_init_r): Keep looking for designator.
2681 * decl.cc (reshape_init_r): Only call has_designator_check when
H A DChangeLog-2011160 (reshape_init_r): Check for improper use of
3495 (check_initializer, reshape_init_r, reshape_init_array,
3817 * decl.c (reshape_init_r): Allow {real,imag} for _Complex.
H A DChangeLog-2008759 * decl.c (reshape_init_r): Check init for error_mark_node.
1061 * decl.c (reshape_init_r): Allow C++0x initializer lists.
H A DChangeLog-20202518 * decl.c (reshape_init_r): When initializing an aggregate member
3476 (reshape_init_r): An array with dependent bound takes a single
6093 (reshape_init_r): Change first_initializer_p from bool to tree.
H A DChangeLog-20211693 * decl.c (reshape_init_r): Set it.
2877 * decl.c (reshape_init_r): Likewise.
H A DChangeLog-20122194 * decl.c (reshape_init_r, check_default_argument): Likewise.
H A DChangeLog-20051467 reshape_init_r): New functions.
H A DChangeLog-20072199 * decl.c (reshape_init_r): Don't reshape the first element if it
H A DChangeLog-2018122 * decl.c (reshape_init_r): Strip any location wrapper.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c6023 static tree reshape_init_r (tree, reshape_iter *, tree, tsubst_flags_t);
6113 elt_init = reshape_init_r (elt_type, d, in reshape_init_array_1()
6267 field_init = reshape_init_r (TREE_TYPE (field), d, in reshape_init_class()
6324 reshape_init_r (tree type, reshape_iter *d, tree first_initializer_p, in reshape_init_r() function
6585 new_init = reshape_init_r (type, &d, init, complain); in reshape_init()