Home
last modified time | relevance | path

Searched refs:opCast (Results 176 – 200 of 352) sorted by relevance

12345678910>>...15

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dexception.d576 bool opCast(T:bool)() {
1510 void* opCast(T)() if (is(T == void*))
1514 alias foo = opCast!(void*);
/dports/devel/R-cran-testthat/testthat/inst/include/testthat/vendor/
H A Dcatch.h1305 inline T& opCast(T const& t) { return const_cast<T&>(t); }
1309 inline std::nullptr_t opCast(std::nullptr_t) { return nullptr; }
1320 return bool( opCast( lhs ) == opCast( rhs ) );
1326 return bool( opCast( lhs ) != opCast( rhs ) );
1332 return bool( opCast( lhs ) < opCast( rhs ) );
1338 return bool( opCast( lhs ) > opCast( rhs ) );
1344 return bool( opCast( lhs ) >= opCast( rhs ) );
1350 return bool( opCast( lhs ) <= opCast( rhs ) );
/dports/math/R-cran-isoband/isoband/src/testthat/vendor/
H A Dcatch.h1305 inline T& opCast(T const& t) { return const_cast<T&>(t); }
1309 inline std::nullptr_t opCast(std::nullptr_t) { return nullptr; }
1320 return bool( opCast( lhs ) == opCast( rhs ) );
1326 return bool( opCast( lhs ) != opCast( rhs ) );
1332 return bool( opCast( lhs ) < opCast( rhs ) );
1338 return bool( opCast( lhs ) > opCast( rhs ) );
1344 return bool( opCast( lhs ) >= opCast( rhs ) );
1350 return bool( opCast( lhs ) <= opCast( rhs ) );
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/
H A Dtime.d1104 TickDuration opCast(T)() const nothrow @nogc
1144 bool opCast(T : bool)() const nothrow @nogc
1158 Duration opCast(T)() const nothrow @nogc
2951 Duration opCast(T)() @safe const pure nothrow @nogc
2977 TickDuration opCast(T)() @safe const pure nothrow @nogc
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d708 Y37 opCast() { in opCast() function
/dports/lang/gcc11/gcc-11.2.0/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d743 Y37 opCast() { in opCast() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d742 Y37 opCast() { in opCast() function
/dports/lang/gcc9/gcc-9.4.0/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d742 Y37 opCast() { in opCast() function
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d743 Y37 opCast() { in opCast() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d743 Y37 opCast() { in opCast() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d743 Y37 opCast() { in opCast() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d743 Y37 opCast() { in opCast() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d743 Y37 opCast() { in opCast() function
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtest28.d742 Y37 opCast() { in opCast() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d681 auto opCast() pure nothrow @nogc
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d682 auto opCast() pure nothrow @nogc
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/root/
H A Dfilename.d1092 bool opCast(T)() const pure nothrow @nogc @safe

12345678910>>...15