Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2706 auto shared_dtor = dtmod.mod & MODFlags.shared_; in applyFunction() local
2709 if (shared_dtor && !shared_this) in applyFunction()
2711 else if (shared_this && !shared_dtor && tthis_fd !is null) in applyFunction()