Searched refs:digest_init_flags (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck2.c | 893 value = digest_init_flags (type, init, flags, tf_warning_or_error); in store_init_value() 1392 digest_init_flags (tree type, tree init, int flags, tsubst_flags_t complain) in digest_init_flags() function 1415 init = digest_init_flags (type, init, flags, complain); in digest_nsdmi_init()
|
| H A D | cp-tree.h | 7760 extern tree digest_init_flags (tree, tree, int, tsubst_flags_t);
|
| H A D | semantics.c | 2961 compound_literal = digest_init_flags (type, compound_literal, in finish_compound_literal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck2.cc | 842 value = digest_init_flags (type, init, flags, tf_warning_or_error); in store_init_value() 1369 digest_init_flags (tree type, tree init, int flags, tsubst_flags_t complain) in digest_init_flags() function 1392 init = digest_init_flags (type, init, flags, complain); in digest_nsdmi_init()
|
| H A D | ChangeLog-2009 | 2553 digest_init_flags. 2554 (digest_init_flags): Add flags parm to digest_init.
|
| H A D | ChangeLog-2019 | 4842 if digest_init_flags returns error_mark_node. 5109 expression. Pass LOOKUP_NO_NARROWING to digest_init_flags. 5636 digest_init_flags for static decls.
|
| H A D | ChangeLog-2016 | 309 * semantics.c (finish_compound_literal): Call digest_init_flags. 310 * typeck2.c (digest_init_flags): Add complain parm.
|
| H A D | cp-tree.h | 8180 extern tree digest_init_flags (tree, tree, int, tsubst_flags_t);
|
| H A D | semantics.cc | 3264 compound_literal = digest_init_flags (type, compound_literal, in finish_compound_literal()
|
| H A D | ChangeLog-2011 | 3500 (digest_init, digest_init_flags, process_init_constructor_array,
|
| H A D | ChangeLog-2017 | 129 (digest_init, digest_init_flags): Adjust digest_init_r caller.
|