Home
last modified time | relevance | path

Searched refs:CLASSTYPE_CONSTRUCTORS (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDmethod.c891 for (fns = CLASSTYPE_CONSTRUCTORS (type); fns; fns = OVL_NEXT (fns)) in locate_ctor()
936 fns = CLASSTYPE_CONSTRUCTORS (type); in locate_copy()
HDsearch.c1411 fn = CLASSTYPE_CONSTRUCTORS (type); in lookup_fnfields_1()
HDclass.c1613 for (fn = CLASSTYPE_CONSTRUCTORS (t); fn; fn = OVL_NEXT (fn)) in maybe_warn_about_overly_private_class()
4029 for (fns = CLASSTYPE_CONSTRUCTORS (t); fns; fns = OVL_NEXT (fns)) in clone_constructors_and_destructors()
HDcp-tree.h1248 #define CLASSTYPE_CONSTRUCTORS(NODE) \ macro
HDChangeLog-20043560 (CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
3584 (locate_ctor): Use CLASSTYPE_CONSTRUCTORS.
HDChangeLog-20004444 (CLASSTYPE_CONSTRUCTORS): Likewise.