Searched defs:isShared (Results 1 – 8 of 8) sorted by relevance
99 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
13 private mixin template BitmappedBlockImpl(bool isShared, bool multiBlock) in BitmappedBlockImpl()
14 private mixin template AlignedBlockListImpl(bool isShared) in AlignedBlockListImpl()
12 private mixin template AscendingPageAllocatorImpl(bool isShared) in AscendingPageAllocatorImpl()
270 bool isShared() const { return (mod & MODshared) != 0; } in isShared() function
257 bool isShared() const { return (mod & MODshared) != 0; } in isShared() function
4224 const bool isShared = !!scd.isSharedStaticCtorDeclaration(); in visit() local4320 const bool isShared = !!sdd.isSharedStaticDtorDeclaration(); in visit() local
1070 final bool isShared() const nothrow pure @nogc @safe in isShared() function