Home
last modified time | relevance | path

Searched refs:check_array_initializer (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20081802 * cp-tree.h (check_array_initializer): New prototype.
1803 * decl.c (check_array_initializer): New function.
H A Ddecl.cc7169 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 Dcp-tree.h6829 extern bool check_array_initializer (tree, tree, tree);
H A DChangeLog-2009546 check_array_initializer to make sure lhs isn't a VLA.
H A DChangeLog-20132747 (check_array_initializer): Allow VLA init.
H A DChangeLog-20162306 (check_array_initializer): Likewise.
H A Dtypeck.cc9244 if (check_array_initializer (lhs, lhstype, newrhs)) in cp_build_modify_expr()
H A Dsemantics.cc3249 && check_array_initializer (NULL_TREE, type, compound_literal)) in finish_compound_literal()
H A DChangeLog-20214978 * decl.c (check_array_initializer): For structured bindings, require
H A DChangeLog-2019362 (check_array_initializer): Use verify_type_context to check whether
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c6611 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 Dcp-tree.h6559 extern bool check_array_initializer (tree, tree, tree);
H A Dsemantics.c2946 && check_array_initializer (NULL_TREE, type, compound_literal)) in finish_compound_literal()
H A Dtypeck.c8707 if (check_array_initializer (lhs, lhstype, newrhs)) in cp_build_modify_expr()