Searched refs:check_array_initializer (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 1802 * cp-tree.h (check_array_initializer): New prototype. 1803 * decl.c (check_array_initializer): New function.
|
H A D | decl.cc | 7169 check_array_initializer (tree decl, tree type, tree init) in check_array_initializer() function 7257 if (check_array_initializer (decl, type, init)) in check_initializer()
|
H A D | cp-tree.h | 6829 extern bool check_array_initializer (tree, tree, tree);
|
H A D | ChangeLog-2009 | 546 check_array_initializer to make sure lhs isn't a VLA.
|
H A D | ChangeLog-2013 | 2747 (check_array_initializer): Allow VLA init.
|
H A D | ChangeLog-2016 | 2306 (check_array_initializer): Likewise.
|
H A D | typeck.cc | 9244 if (check_array_initializer (lhs, lhstype, newrhs)) in cp_build_modify_expr()
|
H A D | semantics.cc | 3249 && check_array_initializer (NULL_TREE, type, compound_literal)) in finish_compound_literal()
|
H A D | ChangeLog-2021 | 4978 * decl.c (check_array_initializer): For structured bindings, require
|
H A D | ChangeLog-2019 | 362 (check_array_initializer): Use verify_type_context to check whether
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 6611 check_array_initializer (tree decl, tree type, tree init) in check_array_initializer() function 6699 if (check_array_initializer (decl, type, init)) in check_initializer()
|
H A D | cp-tree.h | 6559 extern bool check_array_initializer (tree, tree, tree);
|
H A D | semantics.c | 2946 && check_array_initializer (NULL_TREE, type, compound_literal)) in finish_compound_literal()
|
H A D | typeck.c | 8707 if (check_array_initializer (lhs, lhstype, newrhs)) in cp_build_modify_expr()
|