Home
last modified time | relevance | path

Searched refs:ensureStaticLinkTo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddelegatize.d280 bool ensureStaticLinkTo(Dsymbol s, Dsymbol p) in ensureStaticLinkTo() function
H A Ddeclaration.d61 … if (!ensureStaticLinkTo(s, sparent) || sparent != sparent2 && !ensureStaticLinkTo(s, sparent2))
1601 ensureStaticLinkTo(fdthis, p); in checkNestedReference()
H A Dfunc.d1952 ensureStaticLinkTo(fdthis, p); in checkNestedReference()
1954 ensureStaticLinkTo(fdthis, p2); in checkNestedReference()
H A Dexpressionsem.d3643 if (!ensureStaticLinkTo(sc.parent, fdn)) in visit()