/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | intrange.d | 107 SignExtendedNumber opBinary(string op : "&")(SignExtendedNumber rhs) const 112 SignExtendedNumber opBinary(string op : "|")(SignExtendedNumber rhs) 117 SignExtendedNumber opBinary(string op : "^")(SignExtendedNumber rhs) 122 SignExtendedNumber opBinary(string op : "+")(SignExtendedNumber rhs) 135 SignExtendedNumber opBinary(string op : "-")(SignExtendedNumber rhs) 143 SignExtendedNumber opBinary(string op : "*")(SignExtendedNumber rhs) 178 SignExtendedNumber opBinary(string op : "/")(SignExtendedNumber rhs) 223 SignExtendedNumber opBinary(string op : "%")(SignExtendedNumber rhs) 246 SignExtendedNumber opBinary(string op : "<<")(SignExtendedNumber rhs) 277 SignExtendedNumber opBinary(string op : ">>")(SignExtendedNumber rhs) [all …]
|
H A D | opover.d | 636 s = search_function(ad1, Id.opBinary); in visitBin() 657 id = Id.opBinary; in visitBin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | complex.d | 38 extern (D) complex_t opBinary(string op)(complex_t y) 44 extern (D) complex_t opBinary(string op)(complex_t y) 56 extern (D) complex_t opBinary(string op)(complex_t y) 68 extern (D) complex_t opBinary(string op)(real_t y) 74 extern (D) complex_t opBinary(string op)(real_t y) 80 extern (D) complex_t opBinary(string op)(complex_t y)
|
H A D | longdouble.d | 55 extern (D) longdouble opBinary(string op, T)(T r) const
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | int128.d | 163 Int128 opBinary(string op)(Int128 op2) const 193 Int128 opBinary(string op)(long op2) const 211 Int128 opBinary(string op)(long op2) const 218 Int128 opBinary(string op)(long op2) const 225 Int128 opBinary(string op)(long op2) const
|
H A D | bigint.d | 314 data = data.opBinary!(op)(u); 318 data = data.opBinary!(op)(u); 475 BigInt opBinary(string op, T)(T y) pure nothrow @safe const return scope 496 BigInt opBinary(string op, T)(T y) pure nothrow @safe const return scope 527 auto opBinary(string op, T)(T y) pure nothrow @safe const 586 return opBinary!(op)(y);
|
H A D | checkedint.d | 949 auto opBinary(string op, Rhs)(const Rhs rhs) 956 auto opBinary(string op, Rhs)(const Rhs rhs) const 997 auto opBinary(string op, U, Hook1)(Checked!(U, Hook1) rhs) 1003 auto opBinary(string op, U, Hook1)(Checked!(U, Hook1) rhs) const 1196 auto r = opBinary!op(rhs).get;
|
H A D | typecons.d | 906 auto opBinary(string op, T)(auto ref T t) 7270 auto ref opBinary(string op, this X, B)(auto ref B b) 9024 auto opBinary(string op)(BitFlags flags) const 9032 auto opBinary(string op)(E flag) const 9043 return opBinary!op(flag); 9677 Ternary opBinary(string s)(Ternary rhs) if (s == "|") 9683 Ternary opBinary(string s)(Ternary rhs) if (s == "&") 9689 Ternary opBinary(string s)(Ternary rhs) if (s == "^") 9695 Ternary opBinary(string s)(bool rhs) 9698 return this.opBinary!s(Ternary(rhs));
|
H A D | complex.d | 249 Complex!(CommonType!(T,R)) opBinary(string op, R)(Complex!R z) const 257 Complex!(CommonType!(T,R)) opBinary(string op, R)(const R r) const 269 return opBinary!(op)(r);
|
H A D | variant.d | 1080 VariantN opBinary(string op, T)(T rhs) in VariantN() 1085 VariantN opBinary(string op, T)(T rhs) in VariantN() 1100 VariantN opBinary(string op, T)(T rhs) in VariantN()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | slist.d | 278 SList opBinary(string op, Stuff)(Stuff rhs) in SList() 292 if (op == "~" && !is(typeof(lhs.opBinary!"~"(this))) && is(typeof(SList(lhs)))) in SList()
|
H A D | package.d | 851 TotalContainer opBinary(string op)(Stuff rhs) if (op == "~") in TotalContainer()
|
H A D | dlist.d | 397 DList opBinary(string op, Stuff)(Stuff rhs) in DList()
|
H A D | array.d | 710 Array opBinary(string op, Stuff)(Stuff stuff) 1843 Array!bool opBinary(string op, Stuff)(Stuff rhs)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | package.d | 846 TotalContainer opBinary(string op)(Stuff rhs) if (op == "~") in TotalContainer()
|
H A D | slist.d | 334 SList opBinary(string op, Stuff)(Stuff rhs) 349 if (op == "~" && !is(typeof(lhs.opBinary!"~"(this))) && is(typeof(SList(lhs))))
|
H A D | dlist.d | 403 DList opBinary(string op, Stuff)(Stuff rhs)
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | bigint.d | 376 BigInt opBinary(string op, T)(T y) pure nothrow const 397 BigInt opBinary(string op, T)(T y) pure nothrow const 426 auto opBinary(string op, T)(T y) pure nothrow const 480 return opBinary!(op)(y);
|
H A D | complex.d | 241 Complex!(CommonType!(T,R)) opBinary(string op, R)(Complex!R z) const 249 Complex!(CommonType!(T,R)) opBinary(string op, R)(R r) const 261 return opBinary!(op)(r);
|
H A D | typecons.d | 5878 auto ref opBinary(string op, this X, B)(auto ref B b) 7475 auto opBinary(string op)(BitFlags flags) const 7483 auto opBinary(string op)(E flag) const 7491 auto opBinary(string op: "&")(Negation negatedFlags) const 7501 return opBinary!op(flag); 7931 Ternary opBinary(string s)(Ternary rhs) if (s == "|") 7937 Ternary opBinary(string s)(Ternary rhs) if (s == "&") 7943 Ternary opBinary(string s)(Ternary rhs) if (s == "^")
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | operations.d | 572 S2 opBinary(string op)(in S2) @nogc pure nothrow in opBinary() function 602 float opBinary(string op)(in S) @nogc const pure nothrow in opBinary() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/ |
H A D | checkedint.d | 693 auto opBinary(string op, Rhs)(const Rhs rhs) 700 auto opBinary(string op, Rhs)(const Rhs rhs) const 741 auto opBinary(string op, U, Hook1)(Checked!(U, Hook1) rhs) 747 auto opBinary(string op, U, Hook1)(Checked!(U, Hook1) rhs) const 928 auto r = opBinary!op(rhs).get;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | time.d | 2279 Duration opBinary(string op)(MonoTimeImpl rhs) const pure nothrow @nogc 2318 MonoTimeImpl opBinary(string op)(Duration rhs) const pure nothrow @nogc 3076 TickDuration opBinary(string op)(TickDuration rhs) @safe const pure nothrow @nogc 3274 TickDuration opBinary(string op, T)(T value) @safe const pure nothrow @nogc 3310 TickDuration opBinary(string op, T)(T value) @safe const pure
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
H A D | dummyrange.d | 372 TestFoo opBinary(string op)(TestFoo other) in opBinary() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/ |
H A D | dummyrange.d | 372 TestFoo opBinary(string op)(TestFoo other) in opBinary() function
|