Home
last modified time | relevance | path

Searched refs:hasMember (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d24 import std.traits : hasMember; in FallbackAllocator()
68 static if (hasMember!(Primary, "alignedAllocate") in FallbackAllocator()
69 || hasMember!(Fallback, "alignedAllocate")) in FallbackAllocator()
72 static if (hasMember!(Primary, "alignedAllocate")) in FallbackAllocator()
77 static if (hasMember!(Fallback, "alignedAllocate")) in FallbackAllocator()
95 static if (hasMember!(Primary, "owns") in FallbackAllocator()
96 && (hasMember!(Primary, "expand") || hasMember!(Fallback, "expand"))) in FallbackAllocator()
103 static if (hasMember!(Primary, "expand")) in FallbackAllocator()
108 static if (hasMember!(Fallback, "expand")) in FallbackAllocator()
125 static if (hasMember!(Primary, "owns")) in FallbackAllocator()
[all …]
H A Dsegregator.d18 import std.traits : hasMember; in Segregator()
142 static if (hasMember!(SmallAllocator, "alignedAllocate") in Segregator()
143 && hasMember!(LargeAllocator, "alignedAllocate")) in Segregator()
151 static if (hasMember!(SmallAllocator, "expand") in Segregator()
152 || hasMember!(LargeAllocator, "expand")) in Segregator()
159 static if (hasMember!(SmallAllocator, "expand")) in Segregator()
167 static if (hasMember!(LargeAllocator, "expand")) in Segregator()
176 static if (hasMember!(SmallAllocator, "reallocate") in Segregator()
177 || hasMember!(LargeAllocator, "reallocate")) in Segregator()
180 static if (hasMember!(SmallAllocator, "reallocate")) in Segregator()
[all …]
H A Dallocator_list.d70 import std.traits : hasMember;
145 static if (hasMember!(Allocator, "deallocateAll")
146 && hasMember!(Allocator, "owns"))
239 static if (hasMember!(Allocator, "deallocate") in moveAllocators()
240 && hasMember!(Allocator, "owns")) in moveAllocators()
253 static if (hasMember!(Allocator, "expand") in addAllocator()
254 && hasMember!(Allocator, "owns")) in addAllocator()
306 static if (hasMember!(BookkeepingAllocator, "expand")) in addAllocator()
351 static if (hasMember!(Allocator, "owns"))
380 static if (hasMember!(Allocator, "expand")
[all …]
H A Dbucketizer.d21 import std.traits : hasMember; in Bucketizer()
75 static if (hasMember!(Allocator, "alignedAllocate")) in Bucketizer()
136 static if (hasMember!(Allocator, "alignedReallocate")) in Bucketizer()
162 static if (hasMember!(Allocator, "owns")) in Bucketizer()
177 static if (hasMember!(Allocator, "deallocate")) in Bucketizer()
193 static if (hasMember!(Allocator, "deallocateAll")) in Bucketizer()
208 static if (hasMember!(Allocator, "resolveInternalPointer")) in Bucketizer()
H A Dquantizer.d39 import std.traits : hasMember; in Quantizer()
87 static if (hasMember!(ParentAllocator, "alignedAllocate")) in Quantizer()
117 static if (hasMember!(ParentAllocator, "expand")) in Quantizer()
169 static if (hasMember!(ParentAllocator, "alignedAllocate")) in Quantizer()
199 static if (hasMember!(ParentAllocator, "deallocate")) in Quantizer()
H A Dfree_list.d33 import std.traits : hasMember;
358 static if (hasMember!(ParentAllocator, "deallocate")) in deallocate()
368 static if (hasMember!(ParentAllocator, "deallocateAll"))
380 static if (hasMember!(ParentAllocator, "deallocate") && !unchecked)
433 import std.traits : hasMember;
614 static if (hasMember!(SParent, "owns") || unchecked)
653 static if (hasMember!(ParentAllocator, "deallocateAll")
760 import std.traits : hasMember;
963 static if (hasMember!(ParentAllocator, "owns"))
970 static if (hasMember!(ParentAllocator, "reallocate"))
[all …]
H A Dscoped_allocator.d27 import std.traits : hasMember; in ScopedAllocator()
101 static if (hasMember!(Allocator, "expand")) in ScopedAllocator()
142 static if (hasMember!(Allocator, "owns")) in ScopedAllocator()
151 static if (hasMember!(Allocator, "deallocate")) in ScopedAllocator()
H A Daffix_allocator.d29 import std.traits : hasMember;
141 static if (hasMember!(Allocator, "allocateAll")) in Impl()
170 static if (hasMember!(Allocator, "owns")) in Impl()
177 static if (hasMember!(Allocator, "resolveInternalPointer")) in Impl()
191 static if (!stateSize!Suffix && hasMember!(Allocator, "expand")) in Impl()
202 static if (hasMember!(Allocator, "reallocate")) in Impl()
217 static if (hasMember!(Allocator, "deallocate")) in Impl()
H A Dfree_tree.d57 import std.traits : hasMember; in FreeTree()
256 static if (hasMember!(ParentAllocator, "deallocate")) in FreeTree()
304 static if (hasMember!(ParentAllocator, "deallocate")) in FreeTree()
380 static if (hasMember!(ParentAllocator, "deallocate")) in FreeTree()
401 static if (hasMember!(ParentAllocator, "deallocateAll")) in FreeTree()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d27 import std.traits : hasMember; in FallbackAllocator()
71 static if (hasMember!(Primary, "allocateZeroed") in FallbackAllocator()
72 || (hasMember!(Fallback, "allocateZeroed"))) in FallbackAllocator()
76 static if (hasMember!(Primary, "allocateZeroed")) in FallbackAllocator()
91 static if (hasMember!(Fallback, "allocateZeroed")) in FallbackAllocator()
107 static if (hasMember!(Primary, "alignedAllocate") in FallbackAllocator()
108 || hasMember!(Fallback, "alignedAllocate")) in FallbackAllocator()
111 static if (hasMember!(Primary, "alignedAllocate")) in FallbackAllocator()
116 static if (hasMember!(Fallback, "alignedAllocate")) in FallbackAllocator()
134 static if (hasMember!(Primary, "owns") in FallbackAllocator()
[all …]
H A Dsegregator.d21 import std.traits : hasMember, ReturnType; in Segregator()
145 static if (hasMember!(SmallAllocator, "alignedAllocate") in Segregator()
146 && hasMember!(LargeAllocator, "alignedAllocate")) in Segregator()
154 static if (hasMember!(SmallAllocator, "expand") in Segregator()
155 || hasMember!(LargeAllocator, "expand")) in Segregator()
162 static if (hasMember!(SmallAllocator, "expand")) in Segregator()
170 static if (hasMember!(LargeAllocator, "expand")) in Segregator()
179 static if (hasMember!(SmallAllocator, "reallocate") in Segregator()
180 || hasMember!(LargeAllocator, "reallocate")) in Segregator()
183 static if (hasMember!(SmallAllocator, "reallocate")) in Segregator()
[all …]
H A Dallocator_list.d74 import std.traits : hasMember;
149 static if (hasMember!(Allocator, "deallocateAll")
150 && hasMember!(Allocator, "owns"))
195 static if (hasMember!(Allocator, "allocateZeroed"))
230 static if (hasMember!(Allocator, "alignedAllocate"))
311 static if (hasMember!(Allocator, "deallocate") in moveAllocators()
312 && hasMember!(Allocator, "owns")) in moveAllocators()
325 static if (hasMember!(Allocator, "expand") in addAllocator()
326 && hasMember!(Allocator, "owns")) in addAllocator()
378 static if (hasMember!(BookkeepingAllocator, "expand")) in addAllocator()
[all …]
H A Dbucketizer.d25 import std.traits : hasMember; in Bucketizer()
77 static if (hasMember!(Allocator, "allocateZeroed")) in Bucketizer()
95 static if (hasMember!(Allocator, "alignedAllocate")) in Bucketizer()
156 static if (hasMember!(Allocator, "alignedReallocate")) in Bucketizer()
182 static if (hasMember!(Allocator, "owns")) in Bucketizer()
197 static if (hasMember!(Allocator, "deallocate")) in Bucketizer()
213 static if (hasMember!(Allocator, "deallocateAll")) in Bucketizer()
228 static if (hasMember!(Allocator, "resolveInternalPointer")) in Bucketizer()
H A Daligned_block_list.d16 import std.traits : hasMember; in AlignedBlockListImpl()
140 static if (hasMember!(ParentAllocator, "owns")) in AlignedBlockListImpl()
174 static if (hasMember!(ParentAllocator, "alignedAllocate")) in AlignedBlockListImpl()
316 import std.traits : hasMember; in version()
330 static if (hasMember!(ParentAllocator, "alignedAllocate")) in version()
355 static if (hasMember!(ParentAllocator, "owns")) in version()
476 import std.traits : hasMember; in version()
490 static if (hasMember!(ParentAllocator, "alignedAllocate")) in version()
515 static if (hasMember!(ParentAllocator, "owns")) in version()
H A Dfree_list.d38 import std.traits : hasMember;
336 static if (hasMember!(ParentAllocator, "allocateZeroed"))
387 static if (hasMember!(ParentAllocator, "deallocate")) in deallocate()
397 static if (hasMember!(ParentAllocator, "deallocateAll"))
409 static if (hasMember!(ParentAllocator, "deallocate") && !unchecked)
426 hasMember!(ParentAllocator, "deallocate") && !unchecked)
528 import std.traits : hasMember;
709 static if (hasMember!(SParent, "owns") || unchecked)
751 static if (hasMember!(ParentAllocator, "deallocateAll")
866 import std.traits : hasMember;
[all …]
H A Daffix_allocator.d32 import std.traits : hasMember;
175 static if (hasMember!(Allocator, "allocateZeroed")) in Impl()
183 static if (hasMember!(Allocator, "allocateAll")) in Impl()
212 static if (hasMember!(Allocator, "owns")) in Impl()
219 static if (hasMember!(Allocator, "resolveInternalPointer")) in Impl()
233 static if (!stateSize!Suffix && hasMember!(Allocator, "expand") in Impl()
234 && hasMember!(Allocator, "owns")) in Impl()
246 static if (hasMember!(Allocator, "reallocate")) in Impl()
261 static if (hasMember!(Allocator, "deallocate")) in Impl()
H A Dquantizer.d42 import std.traits : hasMember; in Quantizer()
85 static if (hasMember!(ParentAllocator, "allocateZeroed")) in Quantizer()
97 static if (hasMember!(ParentAllocator, "alignedAllocate")) in Quantizer()
127 static if (hasMember!(ParentAllocator, "expand")) in Quantizer()
179 static if (hasMember!(ParentAllocator, "alignedAllocate")) in Quantizer()
209 static if (hasMember!(ParentAllocator, "deallocate")) in Quantizer()
H A Dscoped_allocator.d35 import std.traits : hasMember; in ScopedAllocator()
112 static if (hasMember!(Allocator, "allocateZeroed")) in ScopedAllocator()
122 static if (hasMember!(Allocator, "expand")) in ScopedAllocator()
163 static if (hasMember!(Allocator, "owns")) in ScopedAllocator()
172 static if (hasMember!(Allocator, "deallocate")) in ScopedAllocator()
H A Dfree_tree.d60 import std.traits : hasMember; in FreeTree()
259 static if (hasMember!(ParentAllocator, "deallocate")) in FreeTree()
307 static if (hasMember!(ParentAllocator, "deallocate")) in FreeTree()
383 static if (hasMember!(ParentAllocator, "deallocate")) in FreeTree()
404 static if (hasMember!(ParentAllocator, "deallocateAll")) in FreeTree()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d272 import std.traits : hasMember, isSomeChar;
280 static if (hasMember!(Hook, "defaultValue"))
313 static if (hasMember!(Hook, "min"))
329 static if (hasMember!(Hook, "max"))
458 static if (hasMember!(Hook, "hookOpCast"))
471 else static if (!hasMember!(Hook, "onBadCast"))
529 else static if (hasMember!(Hook, "hookOpEquals"))
533 else static if (hasMember!(W, "hookOpEquals"))
542 else static if (hasMember!(Hook, "hookOpEquals"))
602 static if (hasMember!(Hook, "hookToHash"))
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d355 static if (hasMember!(Allocator, "expand")) in reallocate()
363 static if (hasMember!(Allocator, "deallocate")) in reallocate()
385 if (hasMember!(Allocator, "alignedAllocate"))
387 static if (hasMember!(Allocator, "expand"))
400 static if (hasMember!(Allocator, "deallocate"))
514 static if (hasMember!(A, "allocateZeroed")) in version()
526 static if (hasMember!(A, "alignedAllocate")) in version()
533 static if (hasMember!(A, "alignedDeallocate")) in version()
540 static assert(!hasMember!(A, "alignedDeallocate")); in version()
545 static if (hasMember!(A, "allocateAll")) in version()
[all …]
H A Dpackage.d1583 static if (__traits(isZeroInit, T) && hasMember!(Allocator, "allocateZeroed")) in makeArray()
2688 import std.traits : hasMember;
2689 static if (hasMember!(A, "deallocate"))
2705 import std.traits : hasMember; in allocatorObject()
2706 static if (hasMember!(A, "deallocate")) in allocatorObject()
2802 import std.traits : hasMember;
2803 static if (hasMember!(A, "deallocate"))
2823 import std.traits : hasMember; in sharedAllocatorObject()
2824 static if (hasMember!(A, "deallocate")) in sharedAllocatorObject()
2843 import std.traits : hasMember;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1993 import std.traits : hasMember;
1994 static if (hasMember!(A, "deallocate"))
2020 import std.traits : hasMember;
2021 static if (hasMember!(A, "deallocate"))
2088 import std.traits : hasMember;
2089 static if (hasMember!(A, "deallocate"))
2107 import std.traits : hasMember;
2108 static if (hasMember!(A, "deallocate"))
2127 import std.traits : hasMember;
2178 static if (hasMember!(Allocator, "alignedAllocate"))
[all …]
H A Dcommon.d353 static if (hasMember!(Allocator, "expand")) in reallocate()
361 static if (hasMember!(Allocator, "deallocate")) in reallocate()
384 static if (hasMember!(Allocator, "expand")) in alignedReallocate()
396 static if (hasMember!(Allocator, "deallocate")) in alignedReallocate()
454 static if (hasMember!(A, "alignedAllocate")) in version()
461 static if (hasMember!(A, "alignedDeallocate")) in version()
468 static assert(!hasMember!(A, "alignedDeallocate")); in version()
473 static if (hasMember!(A, "allocateAll")) in version()
488 static if (hasMember!(A, "expand")) in version()
513 static if (hasMember!(A, "owns")) in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d221 import std.traits : hasMember;
229 static if (hasMember!(Hook, "defaultValue"))
261 static if (hasMember!(Hook, "min"))
275 static if (hasMember!(Hook, "max"))
350 static if (hasMember!(Hook, "hookOpCast"))
363 else static if (!hasMember!(Hook, "onBadCast"))
416 else static if (hasMember!(Hook, "hookOpEquals"))
420 else static if (hasMember!(W, "hookOpEquals"))
429 else static if (hasMember!(Hook, "hookOpEquals"))
488 static if (hasMember!(Hook, "hookOpCmp"))
[all …]

1234