Searched defs:NoCopy (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 1117 struct NoCopy struct 1130 assertThrown(makeArray!NoCopy(Mallocator.instance, 10, NoCopy(42))); argument 1341 struct NoCopy struct 1359 auto arr = [NoCopy(1), NoCopy(2), NoCopy(3)]; argument 1390 struct NoCopy struct 1407 auto arr = [NoCopy(1), NoCopy(2)]; argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 1759 struct NoCopy struct 1772 assertThrown(makeArray!NoCopy(Mallocator.instance, 10, NoCopy(42))); argument 1983 struct NoCopy struct 2001 auto arr = [NoCopy(1), NoCopy(2), NoCopy(3)]; argument 2032 struct NoCopy struct 2049 auto arr = [NoCopy(1), NoCopy(2)]; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | ObjectFileTransformer.cpp | 99 constexpr bool NoCopy = false; in convert() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/ |
H A D | assert_fail.d | 174 static struct NoCopy in testStruct() struct
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | exception.d | 1271 static struct NoCopy { this(this) { assert(0); } } in this() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | exception.d | 1346 static struct NoCopy { this(this) { assert(0); } } in this() argument
|
H A D | sumtype.d | 1190 static struct NoCopy struct
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 3008 static struct NoCopy struct 3013 this(scope const ref NoCopy) in this() argument 3017 ref opAssign()(scope const auto ref NoCopy other) in opAssign() argument 3024 static NoCopy[] makeArray(const size_t size) in makeArray() argument
|