| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | aligned_block_list.d | 14 private mixin template AlignedBlockListImpl(bool isShared) in AlignedBlockListImpl() argument 19 static if (isShared) in AlignedBlockListImpl() 30 static if (isShared) in AlignedBlockListImpl() 54 static if (isShared) in AlignedBlockListImpl() 85 static if (isShared) in AlignedBlockListImpl() 119 static if (isShared) in AlignedBlockListImpl() 159 static if (isShared) in AlignedBlockListImpl() 177 static if (isShared) in AlignedBlockListImpl() 183 static if (isShared) in AlignedBlockListImpl() 195 static if (isShared) in AlignedBlockListImpl() [all …]
|
| H A D | bitmapped_block.d | 13 private mixin template BitmappedBlockImpl(bool isShared, bool multiBlock) in BitmappedBlockImpl() argument 20 static if (isShared && multiBlock) in BitmappedBlockImpl() 90 static if (multiBlock && isShared) in BitmappedBlockImpl() 231 static if (isShared) in BitmappedBlockImpl() 252 static if (isShared) in BitmappedBlockImpl() 281 static if (isShared) in BitmappedBlockImpl() 291 static if (!isShared) in BitmappedBlockImpl() 319 static if (isShared) in BitmappedBlockImpl() 354 static if (isShared) in BitmappedBlockImpl() 367 static if (isShared) in BitmappedBlockImpl() [all …]
|
| H A D | ascending_page_allocator.d | 12 private mixin template AscendingPageAllocatorImpl(bool isShared) in AscendingPageAllocatorImpl() argument 40 static if (!isShared) in AscendingPageAllocatorImpl() 88 static if (isShared) in AscendingPageAllocatorImpl() 127 static if (isShared) in AscendingPageAllocatorImpl() 133 static if (isShared) in AscendingPageAllocatorImpl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | cppmangle.c | 736 else if (t->isShared()) in error() 794 if (t->isImmutable() || t->isShared()) in visit() 802 if (t->isImmutable() || t->isShared()) in visit() 893 if (t->isImmutable() || t->isShared()) in visit() 917 if (t->isImmutable() || t->isShared()) in visit() 931 if (t->isImmutable() || t->isShared()) in visit() 992 if (t->isImmutable() || t->isShared()) in visit() 1002 if (t->isImmutable() || t->isShared()) in visit() 1072 if (t->isImmutable() || t->isShared()) in mangleTypeClass()
|
| H A D | dcast.c | 2765 if (!t1n->isImmutable() && !t2n->isImmutable() && t1n->isShared() != t2n->isShared()) in typeMerge() 2879 else if (!t1n->isImmutable() && !t2n->isImmutable() && t1n->isShared() != t2n->isShared()) in typeMerge() 2905 else if (!t1->isImmutable() && !t2->isImmutable() && t1->isShared() != t2->isShared()) in typeMerge() 2995 if (!t1->isImmutable() && !t2->isImmutable() && t1->isShared() != t2->isShared()) in typeMerge() 3151 if (!t1->isImmutable() && !t2->isImmutable() && t1->isShared() != t2->isShared()) in typeMerge()
|
| H A D | declaration.c | 1182 if (type->isShared()) in semantic() 1187 else if (type->isShared()) in semantic() 1694 if ((type->ty == Tclass) && type->isMutable() && !type->isShared()) in semantic2() 1700 …nter && type->nextOf()->ty == Tstruct && type->nextOf()->isMutable() &&!type->nextOf()->isShared()) in semantic2()
|
| H A D | mtype.c | 405 assert(!t || (t->isMutable() && !t->isShared())); in mutableOf() 409 if (isShared()) in mutableOf() 427 if (isShared()) in mutableOf() 498 if (isShared()) in unSharedOf() 514 assert(!t || !t->isShared()); in unSharedOf() 528 assert(!t->isShared()); in unSharedOf() 919 if ((stc & STCshared) && !t->isShared()) in addSTC() 938 if (t->isShared()) in addSTC() 955 if (t->isShared()) in addSTC() 1059 if (isShared()) in addMod() [all …]
|
| H A D | mtype.h | 270 bool isShared() const { return (mod & MODshared) != 0; } in isShared() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSectionContrib.h | 38 virtual bool isShared() const = 0;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | cppmangle.d | 1368 else if (t.isShared()) in error() 1468 if (t.isImmutable() || t.isShared()) in mangleTypeClass() 1651 if (t.isImmutable() || t.isShared()) in visit() 1659 if (t.isImmutable() || t.isShared()) in visit() 1667 if (t.isImmutable() || t.isShared()) in visit() 1783 if (t.isImmutable() || t.isShared()) in visit() 1810 if (t.isImmutable() || t.isShared()) in visit() 1824 if (t.isImmutable() || t.isShared()) in visit() 1892 if (t.isImmutable() || t.isShared()) in visit() 1900 if (t.isImmutable() || t.isShared()) in visit()
|
| H A D | typinf.d | 60 if (t.isShared()) // does both 'shared' and 'shared const' in genTypeInfo()
|
| H A D | mtype.d | 1070 final bool isShared() const nothrow pure @nogc @safe in isShared() function 1175 assert(!t || (t.isMutable() && !t.isShared())); in mutableOf() 1180 if (isShared()) in mutableOf() 1199 if (isShared()) in mutableOf() 1268 if (isShared()) in unSharedOf() 1285 assert(!t || !t.isShared()); in unSharedOf() 1298 assert(!t.isShared()); in unSharedOf() 1718 if ((stc & STC.shared_) && !t.isShared()) in addSTC() 1737 if (t.isShared()) in addSTC() 1754 if (t.isShared()) in addSTC() [all …]
|
| H A D | dcast.d | 3038 if (!t1n.isImmutable() && !t2n.isImmutable() && t1n.isShared() != t2n.isShared()) in typeMerge() 3139 else if (!t1n.isImmutable() && !t2n.isImmutable() && t1n.isShared() != t2n.isShared()) in typeMerge() 3166 else if (!t1.isImmutable() && !t2.isImmutable() && t1.isShared() != t2.isShared()) in typeMerge() 3271 if (!t1.isImmutable() && !t2.isImmutable() && t1.isShared() != t2.isShared()) in typeMerge() 3405 if (!t1.isImmutable() && !t2.isImmutable() && t1.isShared() != t2.isShared()) in typeMerge()
|
| H A D | semantic2.d | 306 if ((vd.type.ty == Tclass) && vd.type.isMutable() && !vd.type.isShared()) in visit() 312 … && vd.type.nextOf().ty == Tstruct && vd.type.nextOf().isMutable() && !vd.type.nextOf().isShared()) in visit()
|
| H A D | dsymbolsem.d | 682 if (dsym.type.isShared()) in visit() 687 else if (dsym.type.isShared()) in visit() 3206 if (funcdecl.type.isShared() || funcdecl.storage_class & STC.synchronized_) in funcDeclarationSemantic() 4224 const bool isShared = !!scd.isSharedStaticCtorDeclaration(); in visit() local 4226 v.storage_class = STC.temp | STC.static_ | (isShared ? STC.shared_ : 0); in visit() 4233 if (isShared) in visit() 4320 const bool isShared = !!sdd.isSharedStaticDtorDeclaration(); in visit() local 4322 v.storage_class = STC.temp | STC.static_ | (isShared ? STC.shared_ : 0); in visit() 4329 if (isShared) in visit()
|
| H A D | mtype.h | 257 bool isShared() const { return (mod & MODshared) != 0; } in isShared() function
|
| H A D | expressionsem.d | 5587 if (!e.targ.isShared()) in visit() 9193 if (e.type.isShared && !sd.type.isShared) in visit() 12891 if (e.type.isShared()) in check() 12902 if (e.newtype.isShared()) in check() 12909 if (!allowRef && e.var.type.isShared()) in check() 12921 if (!allowRef && e.type.isShared()) in check() 12924 if (e.e1.type.isShared()) in check() 12933 const sharedFunc = fd && fd.type.isShared; in check() 12935 if (!allowRef && e.type.isShared() && !sharedFunc) in check() 12954 if (!allowRef && e.type.isShared()) in check() [all …]
|
| H A D | clone.d | 1402 if (sd.type.isShared()) in buildPostBlit()
|
| H A D | dtemplate.d | 2684 tf.isWild() && tf.isShared() == tthis_fd.isShared() || in applyFunction() 2988 tf.isWild() && tf.isShared() == tthis_fd.isShared() || in applyTemplate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.h | 39 bool isShared() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.cpp | 99 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1541 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset() 1839 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd in handleCall() 1885 A->isShared() ? LK_Shared : LK_Exclusive, Loc, in handleCall() 1897 else if (A->isShared()) in handleCall() 1909 warnIfMutexNotHeld(D, Exp, A->isShared() ? AK_Read : AK_Written, Arg, in handleCall() 2336 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis() 2344 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis() 2351 getMutexIDs(A->isShared() ? SharedLocksAcquired in runAnalysis()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 2960 let Accessors = [Accessor<"isShared", 2974 let Accessors = [Accessor<"isShared", 2990 let Accessors = [Accessor<"isShared", 3006 let Accessors = [Accessor<"isShared", 3022 let Accessors = [Accessor<"isShared", 3041 let Accessors = [Accessor<"isShared", [Clang<"requires_shared_capability", 0>,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | typeinfo.cc | 103 if (type->isShared ()) in get_typeinfo_kind()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | typeinfo.cc | 102 if (type->isShared ()) in get_typeinfo_kind()
|