Home
last modified time | relevance | path

Searched refs:CLASSTYPE_DESTRUCTORS (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/gcc/cp/
HDexcept.c216 return TREE_NOTHROW (CLASSTYPE_DESTRUCTORS (type)); in dtor_nothrow()
HDinit.c2816 else if (!DECL_VIRTUAL_P (CLASSTYPE_DESTRUCTORS (type)) in build_delete()
2909 tree dtor = CLASSTYPE_DESTRUCTORS (BINFO_TYPE (base_binfo)); in push_base_cleanups()
HDmethod.c873 return CLASSTYPE_DESTRUCTORS (type); in locate_dtor()
HDclass.c1584 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()
HDrtti.c1403 dtor = CLASSTYPE_DESTRUCTORS (bltn_type); in emit_support_tinfos()
HDsearch.c1417 fn = CLASSTYPE_DESTRUCTORS (type); in lookup_fnfields_1()
HDparser.c15555 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()
HDChangeLog-20043561 (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.
HDcp-tree.h1255 #define CLASSTYPE_DESTRUCTORS(NODE) \ macro
HDChangeLog-20004336 * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
4445 (CLASSTYPE_DESTRUCTORS): Likewise.
HDdecl.c12238 dtor = CLASSTYPE_DESTRUCTORS (type); in cxx_maybe_build_cleanup()
HDChangeLog-20013161 * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
HDpt.c2036 : !CLASSTYPE_DESTRUCTORS (ctype)) in check_explicit_specialization()
HDChangeLog-20021908 * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
HDChangeLog-20032004 CLASSTYPE_DESTRUCTORS.
HDChangeLog6729 (CLASSTYPE_DESTRUCTORS): Robustify.