Searched refs:cxx_maybe_build_cleanup (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck2.c | 700 = cxx_maybe_build_cleanup (sub, tf_warning_or_error)) in split_nonconstant_init_1()
|
H A D | decl2.c | 3094 tree clean = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in build_cleanup()
|
H A D | decl.c | 6701 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in initialize_local_var() 8234 cxx_maybe_build_cleanup (decl, tf_warning_or_error); in expand_static_init() 16177 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain) in cxx_maybe_build_cleanup() function
|
H A D | call.c | 10924 tree cleanup = cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp() 10962 cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp()
|
H A D | tree.c | 450 t = cxx_maybe_build_cleanup (decl, complain); in build_target_expr()
|
H A D | cp-tree.h | 6338 extern tree cxx_maybe_build_cleanup (tree, tsubst_flags_t);
|
H A D | semantics.c | 2848 tree clean = cxx_maybe_build_cleanup (decl, complain); in finish_compound_literal()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | tree.c | 310 t = cxx_maybe_build_cleanup (decl, complain); in build_target_expr()
|
H A D | decl.c | 5824 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error); in initialize_local_var() 13803 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain) in cxx_maybe_build_cleanup() function
|
H A D | cp-tree.h | 5102 extern tree cxx_maybe_build_cleanup (tree, tsubst_flags_t);
|
H A D | call.c | 8688 tree cleanup = cxx_maybe_build_cleanup (var, tf_warning_or_error); in set_up_extended_ref_temp()
|