/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 632 if (tree cleanup = cxx_maybe_build_cleanup (dest, in split_nonconstant_init_1() 751 = cxx_maybe_build_cleanup (sub, tf_warning_or_error)) in split_nonconstant_init_1()
|
H A D | decl.c | 7132 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in initialize_local_var() 8830 cxx_maybe_build_cleanup (decl, tf_warning_or_error); in register_dtor_fn() 8954 cxx_maybe_build_cleanup (decl, tf_warning_or_error); in expand_static_init() 17492 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain) in cxx_maybe_build_cleanup() function
|
H A D | decl2.c | 3226 tree clean = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in build_cleanup()
|
H A D | tree.c | 511 t = cxx_maybe_build_cleanup (decl, complain); in build_target_expr()
|
H A D | call.c | 12228 tree cleanup = cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp() 12283 cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp()
|
H A D | cp-tree.h | 6626 extern tree cxx_maybe_build_cleanup (tree, tsubst_flags_t);
|
H A D | semantics.c | 3011 tree clean = cxx_maybe_build_cleanup (decl, complain); in finish_compound_literal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 473 = cxx_maybe_build_cleanup (sub, tf_warning_or_error)) in maybe_push_temp_cleanup()
|
H A D | ChangeLog-2019 | 15 * decl.c (cxx_maybe_build_cleanup): Likewise. 1573 * decl.c (cxx_maybe_build_cleanup): When clearing location of cleanup, 2284 destructors call cxx_maybe_build_cleanup instead of adding destructor 2287 non-trivial destructors call cxx_maybe_build_cleanup. 2290 (cxx_maybe_build_cleanup): For constexpr variables with constexpr
|
H A D | ChangeLog-2013 | 636 * decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL. 637 * decl2.c (build_cleanup): Just call cxx_maybe_build_cleanup. 750 (cxx_maybe_build_cleanup): Likewise.
|
H A D | ChangeLog-2002 | 3382 * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update. 3518 * cp-tree.h (cxx_maybe_build_cleanup): New. 3520 (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
|
H A D | decl.cc | 7703 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in initialize_local_var() 9476 cxx_maybe_build_cleanup (decl, tf_warning_or_error); in register_dtor_fn() 9600 cxx_maybe_build_cleanup (decl, tf_warning_or_error); in expand_static_init() 18335 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain) in cxx_maybe_build_cleanup() function
|
H A D | ChangeLog-2008 | 2161 * decl.c (cxx_maybe_build_cleanup): Ditto. 2297 (cxx_maybe_build_cleanup): Ditto.
|
H A D | ChangeLog-2007 | 634 * decl.c (cxx_maybe_build_cleanup): Use build_address. 2131 * decl.c (cxx_maybe_build_cleanup): Handle
|
H A D | ChangeLog-2009 | 2186 (cxx_maybe_build_cleanup): Same, but to build_compound_expr. 2671 cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
|
H A D | decl2.cc | 3419 tree clean = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in build_cleanup()
|
H A D | ChangeLog-2015 | 1510 * decl.c (cxx_maybe_build_cleanup): Likewise. 3490 * decl.c (cxx_maybe_build_cleanup): Likewise.
|
H A D | tree.cc | 522 t = cxx_maybe_build_cleanup (decl, complain); in build_target_expr()
|
H A D | ChangeLog-2011 | 53 * decl.c (cxx_maybe_build_cleanup): Don't set location of the call 3856 * decl.c (cxx_maybe_build_cleanup): Add complain parm.
|
H A D | call.cc | 12981 tree cleanup = cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp() 13036 cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp()
|
H A D | ChangeLog | 2856 (cxx_maybe_build_cleanup): Likewise.
|
H A D | ChangeLog-2020 | 6254 * decl.c (cxx_maybe_build_cleanup): Don't try to set 6322 * decl.c (cxx_maybe_build_cleanup): Set it.
|
H A D | cp-tree.h | 6898 extern tree cxx_maybe_build_cleanup (tree, tsubst_flags_t);
|
H A D | ChangeLog-2005 | 3151 * decl.c (cxx_maybe_build_cleanup): Remove dead code.
|
H A D | ChangeLog-2014 | 3696 * decl.c (cxx_maybe_build_cleanup): Call mark_used.
|