/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/ |
H A D | comparison.d | 7 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 D | comparison.d | 7 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 D | int128.d | 261 int opCmp(Int128 op2) const in opCmp() function 270 int opCmp(long op2) const in opCmp() function
|
H A D | xml.d | 615 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 D | exception.d | 1297 int opCmp(P)(P) { return 0; } in version() function 1298 int opCmp(P)(shared(P)) shared { return 0; } in version() function
|
H A D | variant.d | 1596 bool opCmp(const scope ref Empty) const in opCmp() function
|
H A D | numeric.d | 3178 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 D | longdouble.d | 77 extern (D) int opCmp(longdouble r) const in opCmp() function
|
H A D | array.d | 561 int opCmp(const ref MyStruct other) const nothrow in opCmp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | xml.d | 612 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 D | bigint.d | 749 int opCmp(ref const BigInt y) pure nothrow @nogc const in opCmp() function
|
H A D | numeric.d | 2744 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 D | qsort.d | 168 int opCmp(const TestStruct rhs) const in opCmp() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | comparison.d | 633 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 D | checkedint.d | 510 auto opCmp(U, Hook1, this _)(Checked!(U, Hook1) rhs) in opCmp() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | intrange.d | 62 int opCmp(const ref SignExtendedNumber a) const in opCmp() function
|
H A D | dsymbol.d | 163 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 D | string.d | 176 …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 D | typeinfo.d | 671 override int opCmp(Object rhs) const in opCmp() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | time.d | 617 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 D | object.d | 154 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 D | date.d | 187 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 D | object.d | 86 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 D | date.d | 235 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
|