Home
last modified time | relevance | path

Searched defs:isShared (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp99 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d13 private mixin template BitmappedBlockImpl(bool isShared, bool multiBlock) in BitmappedBlockImpl()
H A Daligned_block_list.d14 private mixin template AlignedBlockListImpl(bool isShared) in AlignedBlockListImpl()
H A Dascending_page_allocator.d12 private mixin template AscendingPageAllocatorImpl(bool isShared) in AscendingPageAllocatorImpl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h270 bool isShared() const { return (mod & MODshared) != 0; } in isShared() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h257 bool isShared() const { return (mod & MODshared) != 0; } in isShared() function
H A Ddsymbolsem.d4224 const bool isShared = !!scd.isSharedStaticCtorDeclaration(); in visit() local
4320 const bool isShared = !!sdd.isSharedStaticDtorDeclaration(); in visit() local
H A Dmtype.d1070 final bool isShared() const nothrow pure @nogc @safe in isShared() function