/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | context.d | 28 void opAssign(void function() fn) pure nothrow @nogc @safe in opAssign() function 33 void opAssign(void delegate() dg) pure nothrow @nogc @safe in opAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.lifetime/ |
H A D | large_aggregate_destroy_21097.d | 34 void opAssign(typeof(this)) {} // hasElaborateAssign == true in test_largestruct_w_opassign() function 61 void opAssign(typeof(this)) {} // hasElaborateAssign == true in test_largearray_w_opassign() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | memory.d | 59 ref unique_ptr opAssign(typeof(null)) in opAssign() function
|
H A D | string.d | 205 ref basic_string opAssign()(auto ref basic_string str) { return assign(str); } in opAssign() function 208 ref basic_string opAssign(const(T)[] str) { return assign(str); } in opAssign() function 210 …ref basic_string opAssign(T c) { return assign((&c)[0 .. … in opAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | bitarray.d | 46 void opAssign(const ref BitArray b) nothrow pure in opAssign() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | mutation.d | 683 void opAssign(int){} in opAssign() function 689 void opAssign(ER8638_2){} in opAssign() function 690 void opAssign(int){} in opAssign() function
|
H A D | searching.d | 2800 void opAssign(typeof(asTuple) rhs) in opAssign() function 2864 void opAssign(typeof(asTuple) rhs) in opAssign() function 2924 void opAssign(typeof(asTuple) rhs) in opAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | mutation.d | 725 void opAssign(int){} in opAssign() function 731 void opAssign(ER8638_2){} in opAssign() function 732 void opAssign(int){} in opAssign() function
|
H A D | searching.d | 2909 void opAssign(typeof(asTuple) rhs) in opAssign() function 2987 void opAssign(typeof(asTuple) rhs) in opAssign() function 3063 void opAssign(typeof(asTuple) rhs) in opAssign() function
|
H A D | sorting.d | 3017 ref opAssign()(scope const auto ref NoCopy other) in opAssign() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/ |
H A D | test_aa.d | 467 void opAssign(Json) {} in issue9052() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | interval.d | 8117 ref IntervalRange opAssign(ref IntervalRange rhs) pure nothrow in opAssign() function 8126 ref IntervalRange opAssign(IntervalRange rhs) pure nothrow in opAssign() function 8636 ref PosInfIntervalRange opAssign(ref PosInfIntervalRange rhs) pure nothrow in opAssign() function 8645 ref PosInfIntervalRange opAssign(PosInfIntervalRange rhs) pure nothrow in opAssign() function 8919 ref NegInfIntervalRange opAssign(ref NegInfIntervalRange rhs) pure nothrow in opAssign() function 8929 ref NegInfIntervalRange opAssign(NegInfIntervalRange rhs) pure nothrow in opAssign() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | interval.d | 8092 ref IntervalRange opAssign(ref IntervalRange rhs) pure nothrow in opAssign() function 8101 ref IntervalRange opAssign(IntervalRange rhs) pure nothrow in opAssign() function 8609 ref PosInfIntervalRange opAssign(ref PosInfIntervalRange rhs) pure nothrow in opAssign() function 8618 ref PosInfIntervalRange opAssign(PosInfIntervalRange rhs) pure nothrow in opAssign() function 8892 ref NegInfIntervalRange opAssign(ref NegInfIntervalRange rhs) pure nothrow in opAssign() function 8902 ref NegInfIntervalRange opAssign(NegInfIntervalRange rhs) pure nothrow in opAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/ |
H A D | test_aa.d | 468 void opAssign(Json) {} in issue9052() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | sumtype.d | 661 ref SumType opAssign(ref SumType rhs) in opAssign() function 677 ref SumType opAssign(SumType rhs) in opAssign() function
|
H A D | array.d | 222 noreturn opAssign(Foo) in opAssign() function 355 void opAssign(T)(T rhs) { this.num = rhs.num; } in opAssign() function 418 ref S opAssign(S)(const ref S rhs) in opAssign() function 4313 void opAssign(S2){} in opAssign() function 4329 void opAssign(S2){} in opAssign() function
|
H A D | parallelism.d | 4880 void opAssign(__S_12733 s){this.n = s.n;} in opAssign() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | array.d | 165 void opAssign(Foo foo) in opAssign() function 240 void opAssign(T)(T rhs) { this.num = rhs.num; } in opAssign() function 300 ref S opAssign(S)(const ref S rhs) in opAssign() function 3494 void opAssign(S2){} function
|
H A D | parallelism.d | 4604 void opAssign(__S_12733 s){this.n = s.n;} in version() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/ |
H A D | typecons.d | 866 void opAssign(Other)(Other other) in Final() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/ |
H A D | typecons.d | 862 void opAssign(Other)(Other other) in Final() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 448 auto ref opAssign()(typeof(this) rhs) in opAssign() function 794 auto ref opAssign()(RCISharedAllocator rhs) in opAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 1053 @trusted ref opAssign(SmallFixedArray arr) in opAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | ob.d | 218 void opAssign(const ref PtrVarState pvs) in opAssign() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 10185 auto opAssign(RefRange rhs) in this() function 10196 void opAssign(typeof(null) rhs) in this() function
|