Home
last modified time | relevance | path

Searched refs:wrapDtorInExternD (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h99 bool wrapDtorInExternD; // set if C++ dtors require a D wrapper to be callable from runtime member
H A Dtarget.d358 bool wrapDtorInExternD; /// set if C++ dtors require a D wrapper to be callable from runtime variable
H A Dclone.d1120 if (ad.classKind != ClassKind.cpp || !target.cpp.wrapDtorInExternD) in buildExternDDtor()