Searched refs:CLASSTYPE_DESTRUCTORS (Results 1 – 16 of 16) sorted by relevance
216 return TREE_NOTHROW (CLASSTYPE_DESTRUCTORS (type)); in dtor_nothrow()
2816 else if (!DECL_VIRTUAL_P (CLASSTYPE_DESTRUCTORS (type)) in build_delete()2909 tree dtor = CLASSTYPE_DESTRUCTORS (BINFO_TYPE (base_binfo)); in push_base_cleanups()
873 return CLASSTYPE_DESTRUCTORS (type); in locate_dtor()
1584 fn = CLASSTYPE_DESTRUCTORS (t); in maybe_warn_about_overly_private_class()2546 if (!CLASSTYPE_DESTRUCTORS (t)) in add_implicitly_declared_members()2584 dtor = CLASSTYPE_DESTRUCTORS (base_type); in add_implicitly_declared_members()4031 for (fns = CLASSTYPE_DESTRUCTORS (t); fns; fns = OVL_NEXT (fns)) in clone_constructors_and_destructors()5153 dtor = CLASSTYPE_DESTRUCTORS (t); in finish_struct_1()
1403 dtor = CLASSTYPE_DESTRUCTORS (bltn_type); in emit_support_tinfos()
1417 fn = CLASSTYPE_DESTRUCTORS (type); in lookup_fnfields_1()
15555 if (!CLASSTYPE_DESTRUCTORS (type)) in cp_parser_lookup_name()15558 return CLASSTYPE_DESTRUCTORS (type); in cp_parser_lookup_name()19607 && CLASSTYPE_DESTRUCTORS (TREE_TYPE (TREE_VALUE (chain))))) in synth_destroy_helper_block_func()19622 && CLASSTYPE_DESTRUCTORS (TREE_TYPE (p))) in synth_destroy_helper_block_func()
3561 (CLASSTYPE_DESTRUCTORS): Likewise.3578 (finish_struct_1): Use CLASSTYPE_DESTRUCTORS.3583 * method.c (locate_dtor): Use CLASSTYPE_DESTRUCTORS.3594 * rtti.c (emit_support_tinfos): Use CLASSTYPE_DESTRUCTORS.
1255 #define CLASSTYPE_DESTRUCTORS(NODE) \ macro
4336 * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.4445 (CLASSTYPE_DESTRUCTORS): Likewise.
12238 dtor = CLASSTYPE_DESTRUCTORS (type); in cxx_maybe_build_cleanup()
3161 * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
2036 : !CLASSTYPE_DESTRUCTORS (ctype)) in check_explicit_specialization()
1908 * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
2004 CLASSTYPE_DESTRUCTORS.
6729 (CLASSTYPE_DESTRUCTORS): Robustify.