Searched refs:reshape_init_r (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2009 | 506 * 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 D | decl.cc | 6397 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 D | ChangeLog-2014 | 219 * 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 D | ChangeLog-2019 | 3 * 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 D | ChangeLog-2016 | 1215 * 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 D | ChangeLog | 1978 (reshape_init_r): Keep looking for designator. 2681 * decl.cc (reshape_init_r): Only call has_designator_check when
|
H A D | ChangeLog-2011 | 160 (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 D | ChangeLog-2008 | 759 * decl.c (reshape_init_r): Check init for error_mark_node. 1061 * decl.c (reshape_init_r): Allow C++0x initializer lists.
|
H A D | ChangeLog-2020 | 2518 * 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 D | ChangeLog-2021 | 1693 * decl.c (reshape_init_r): Set it. 2877 * decl.c (reshape_init_r): Likewise.
|
H A D | ChangeLog-2012 | 2194 * decl.c (reshape_init_r, check_default_argument): Likewise.
|
H A D | ChangeLog-2005 | 1467 reshape_init_r): New functions.
|
H A D | ChangeLog-2007 | 2199 * decl.c (reshape_init_r): Don't reshape the first element if it
|
H A D | ChangeLog-2018 | 122 * decl.c (reshape_init_r): Strip any location wrapper.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 6023 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()
|