Home
last modified time | relevance | path

Searched refs:opBinary (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d107 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 Dopover.d636 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 Dcomplex.d38 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 Dlongdouble.d55 extern (D) longdouble opBinary(string op, T)(T r) const
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dint128.d163 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 Dbigint.d314 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 Dcheckedint.d949 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 Dtypecons.d906 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 Dcomplex.d249 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 Dvariant.d1080 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 Dslist.d278 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 Dpackage.d851 TotalContainer opBinary(string op)(Stuff rhs) if (op == "~") in TotalContainer()
H A Ddlist.d397 DList opBinary(string op, Stuff)(Stuff rhs) in DList()
H A Darray.d710 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 Dpackage.d846 TotalContainer opBinary(string op)(Stuff rhs) if (op == "~") in TotalContainer()
H A Dslist.d334 SList opBinary(string op, Stuff)(Stuff rhs)
349 if (op == "~" && !is(typeof(lhs.opBinary!"~"(this))) && is(typeof(SList(lhs))))
H A Ddlist.d403 DList opBinary(string op, Stuff)(Stuff rhs)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d376 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 Dcomplex.d241 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 Dtypecons.d5878 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 Doperations.d572 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 Dcheckedint.d693 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 Dtime.d2279 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 Ddummyrange.d372 TestFoo opBinary(string op)(TestFoo other) in opBinary() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d372 TestFoo opBinary(string op)(TestFoo other) in opBinary() function

12