Home
last modified time | relevance | path

Searched defs:opCmp (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/
H A Dcomparison.d7 int opCmp(const S s) const { comparisons++; return i - s.i; } in opCmp() function
43 override int opCmp(Object c) const { comparisons++; return i - (cast(C)c).i; } in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.typeinfo/
H A Dcomparison.d7 int opCmp(const S s) const { comparisons++; return i - s.i; } in opCmp() function
43 override int opCmp(Object c) const { comparisons++; return i - (cast(C)c).i; } in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dint128.d261 int opCmp(Int128 op2) const in opCmp() function
270 int opCmp(long op2) const in opCmp() function
H A Dxml.d615 override int opCmp(scope const Object o) scope const in opCmp() function
870 override int opCmp(scope const Object o) @safe const in opCmp() function
1153 override int opCmp(Object o) in opCmp() function
1300 override int opCmp(scope const Object o) scope const in opCmp() function
1389 override int opCmp(scope const Object o) scope const in opCmp() function
1466 override int opCmp(scope const Object o) scope const in opCmp() function
1549 override int opCmp(scope const Object o) scope const in opCmp() function
1629 override int opCmp(scope const Object o) scope const in opCmp() function
H A Dexception.d1297 int opCmp(P)(P) { return 0; } in version() function
1298 int opCmp(P)(shared(P)) shared { return 0; } in version() function
H A Dvariant.d1596 bool opCmp(const scope ref Empty) const in opCmp() function
H A Dnumeric.d3178 int opCmp(int i) { return (impl < i) ? -1 : (impl > i) ? 1 : 0; } in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dlongdouble.d77 extern (D) int opCmp(longdouble r) const in opCmp() function
H A Darray.d561 int opCmp(const ref MyStruct other) const nothrow in opCmp() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d612 override int opCmp(scope const Object o) scope const in opCmp() function
862 override int opCmp(scope const Object o) @safe const in opCmp() function
1145 override int opCmp(Object o) in opCmp() function
1292 override int opCmp(scope const Object o) scope const in opCmp() function
1380 override int opCmp(scope const Object o) scope const in opCmp() function
1457 override int opCmp(scope const Object o) scope const in opCmp() function
1540 override int opCmp(scope const Object o) scope const in opCmp() function
1620 override int opCmp(scope const Object o) scope const in opCmp() function
H A Dbigint.d749 int opCmp(ref const BigInt y) pure nothrow @nogc const in opCmp() function
H A Dnumeric.d2744 int opCmp(int i) { return (impl < i) ? -1 : (impl > i) ? 1 : 0; } in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dqsort.d168 int opCmp(const TestStruct rhs) const in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dcomparison.d633 int opCmp(ref const A rhs) const { return (x > rhs.x) - (x < rhs.x); } in opCmp() function
879 int opCmp(ref const S rhs) const in opCmp() function
901 float opCmp(const ref F rhs) const in opCmp() function
1840 int opCmp(const A a) const { return int(x > a.x) - int(x < a.x); } in opCmp() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d510 auto opCmp(U, Hook1, this _)(Checked!(U, Hook1) rhs) in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d62 int opCmp(const ref SignExtendedNumber a) const in opCmp() function
H A Ddsymbol.d163 int opCmp(const Visibility other) const pure nothrow @nogc @safe in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d176 …int opCmp(scope const ref basic_string rhs) const pure nothrow @safe { return __cmp(as_array, r… in opCmp() function
178 …int opCmp(scope const T[] rhs) const pure nothrow @safe { return __cmp(as_array, r… in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d671 override int opCmp(Object rhs) const in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dtime.d617 int opCmp(Duration rhs) const nothrow @nogc in zero() function
3119 int opCmp(TickDuration rhs) @safe const pure nothrow @nogc in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d154 int opCmp(Object o) in opCmp() function
573 override int opCmp(Object rhs) in opCmp() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d187 int opCmp(in DateTime rhs) const @safe pure nothrow @nogc in opCmp() function
3832 int opCmp(in Date rhs) const @safe pure nothrow @nogc in opCmp() function
7986 int opCmp(in TimeOfDay rhs) const @safe pure nothrow @nogc in opCmp() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d86 int opCmp(Object o) in opCmp() function
223 override int opCmp(Object o) in opCmp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d235 int opCmp(DateTime rhs) const @safe pure nothrow @nogc in opCmp() function
3984 int opCmp(Date rhs) const @safe pure nothrow @nogc in opCmp() function
8375 int opCmp(TimeOfDay rhs) const @safe pure nothrow @nogc in opCmp() function