Home
last modified time | relevance | path

Searched defs:opAssign (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dcontext.d28 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 Dlarge_aggregate_destroy_21097.d34 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 Dmemory.d59 ref unique_ptr opAssign(typeof(null)) in opAssign() function
H A Dstring.d205 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 Dbitarray.d46 void opAssign(const ref BitArray b) nothrow pure in opAssign() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d683 void opAssign(int){} in opAssign() function
689 void opAssign(ER8638_2){} in opAssign() function
690 void opAssign(int){} in opAssign() function
H A Dsearching.d2800 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 Dmutation.d725 void opAssign(int){} in opAssign() function
731 void opAssign(ER8638_2){} in opAssign() function
732 void opAssign(int){} in opAssign() function
H A Dsearching.d2909 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 Dsorting.d3017 ref opAssign()(scope const auto ref NoCopy other) in opAssign() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d467 void opAssign(Json) {} in issue9052() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dinterval.d8117 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 Dinterval.d8092 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 Dtest_aa.d468 void opAssign(Json) {} in issue9052() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d661 ref SumType opAssign(ref SumType rhs) in opAssign() function
677 ref SumType opAssign(SumType rhs) in opAssign() function
H A Darray.d222 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 Dparallelism.d4880 void opAssign(__S_12733 s){this.n = s.n;} in opAssign() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d165 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 Dparallelism.d4604 void opAssign(__S_12733 s){this.n = s.n;} in version() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d866 void opAssign(Other)(Other other) in Final() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d862 void opAssign(Other)(Other other) in Final() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d448 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 Dir.d1053 @trusted ref opAssign(SmallFixedArray arr) in opAssign() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d218 void opAssign(const ref PtrVarState pvs) in opAssign() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d10185 auto opAssign(RefRange rhs) in this() function
10196 void opAssign(typeof(null) rhs) in this() function

12