Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c889 for (fns = CLASSTYPE_CONSTRUCTORS (type); fns; fns = OVL_NEXT (fns)) in locate_ctor()
934 fns = CLASSTYPE_CONSTRUCTORS (type); in locate_copy()
H A Dsearch.c1411 fn = CLASSTYPE_CONSTRUCTORS (type); in lookup_fnfields_1()
H A Dclass.c1600 for (fn = CLASSTYPE_CONSTRUCTORS (t); fn; fn = OVL_NEXT (fn)) in maybe_warn_about_overly_private_class()
4000 for (fns = CLASSTYPE_CONSTRUCTORS (t); fns; fns = OVL_NEXT (fns)) in clone_constructors_and_destructors()
H A Dcp-tree.h1239 #define CLASSTYPE_CONSTRUCTORS(NODE) \ macro
H A DChangeLog-20043560 (CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
3584 (locate_ctor): Use CLASSTYPE_CONSTRUCTORS.
H A DChangeLog-20004444 (CLASSTYPE_CONSTRUCTORS): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h1371 #define CLASSTYPE_CONSTRUCTORS(NODE) \ macro
H A Dclass.c4331 for (fns = CLASSTYPE_CONSTRUCTORS (t); fns; fns = OVL_NEXT (fns))
H A DChangeLog14316 (CLASSTYPE_CONSTRUCTORS): Likewise.