Home
last modified time | relevance | path

Searched refs:opCast (Results 1 – 25 of 352) sorted by last modified time

12345678910>>...15

/dports/editors/madedit/madedit-0.2.9/syntax/
H A Dsyntax_d.syn71 …opAdd_r opAnd opAndAssign opAnd_r opApply opApplyReverse opAssign opCall opCast opCat opCatAssign …
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dd.vim61 syn keyword dOpOverload opNeg opCom opPostInc opPostDec opCast opAdd
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/
H A Dcatch.hpp871 inline T& opCast(T const& t) { return const_cast<T&>(t); } in opCast() function
875 inline std::nullptr_t opCast(std::nullptr_t) { return nullptr; } in opCast() function
886 return opCast( lhs ) == opCast( rhs ); in evaluate()
892 return opCast( lhs ) != opCast( rhs ); in evaluate()
898 return opCast( lhs ) < opCast( rhs ); in evaluate()
904 return opCast( lhs ) > opCast( rhs ); in evaluate()
910 return opCast( lhs ) >= opCast( rhs ); in evaluate()
916 return opCast( lhs ) <= opCast( rhs ); in evaluate()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/algorithm/
H A Dsearching.d2908 bool opCast(T : bool)() const
2915 bool opCast(T : bool)()
2986 bool opCast(T : bool)() const
2993 bool opCast(T : bool)()
3062 bool opCast(T : bool)() const
3069 bool opCast(T : bool)()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dbitmanip.d1870 inout(void)[] opCast(T : const void[])() inout @nogc pure nothrow
1878 inout(size_t)[] opCast(T : const size_t[])() inout @nogc pure nothrow
H A Dconv.d677 is(typeof(S.init.opCast!T()) : T) &&
681 return value.opCast!T();
694 T opCast(U)() @safe pure { assert(false); }
708 T opCast(T)() { return 43; }
715 T opCast(T)() { return 43; }
850 (is(S == class) || is(S == interface)) && !is(typeof(value.opCast!T()) : T) &&
H A Dbigint.d775 T opCast(T:bool)() pure nothrow @nogc @safe const
800 T opCast(T:ulong)() pure @safe const
878 T opCast(T)() @safe nothrow @nogc const if (isFloatingPoint!T)
1044 T opCast(T)() pure nothrow @nogc const
H A Dexception.d576 bool opCast(T:bool)() {
1510 void* opCast(T)() if (is(T == void*))
1514 alias foo = opCast!(void*);
H A Dmeta.d1283 bool opCast(T : bool)() { return true; }
H A Dnumeric.d546 alias opCast = get; variable
H A Dtypecons.d2437 auto opCast(T)() @system immutable pure nothrow
5604 class C { @disable void opCast(T)(); }
6025 @disable void opCast(T, this X)(); // !
7011 auto ref opCast(T, this X)() { return cast(T) a; }
7307 T opCast(T)(){ return T.init; }
7355 assert(h.opCast!int() == 0);
7358 static assert(!__traits(compiles, ih.opCast!int()));
7649 T2 opCast(T2 : Typedef!(T, Unused), this X, T, Unused...)()
7654 auto ref opCast(T2, this X)()
8731 bool opCast(B: bool)() const
[all …]
H A Dvariant.d1475 T opCast(T)() {assert(false);} in opCast() function
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/datetime/
H A Dsystime.d7955 Date opCast(T)() @safe const nothrow scope
7996 DateTime opCast(T)() @safe const nothrow scope
8062 TimeOfDay opCast(T)() @safe const nothrow scope
8119 SysTime opCast(T)() @safe const pure nothrow scope
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/stdcpp/
H A Dmemory.d95 bool opCast(T : bool)() const nothrow
/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
H A Druntime.d92 bool opCast(T : bool)() const
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/
H A Dtypecons.d61 class C { @disable void opCast(T)(); }
67 interface I { @disable void opCast(T)(); Object instance(); }
68 interface J { @disable void opCast(T)(); Object instance(); }
695 @disable void opCast(T, this X)(); // !
H A Dcheckedint.d432 U opCast(U, this _)()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/format/internal/
H A Dwrite.d2602 T opCast(T) () if (is(T == Frop))
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/regex/internal/
H A Dir.d369 bool opCast(T : bool)() const in Group()
/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/testsuite/gdc.test/compilable/
H A Ddtoh_TemplateDeclaration.d293 bool opCast(T)() const pure nothrow @nogc @safe in Array()
H A Dice15992.d26 T opCast(T)() { return get!(); } in CustomFloat()
H A Dcppmangle.d712 int opCast(T)();
750 static assert(TestOperators.opCast!int.mangleof == "_ZN13TestOperatorscviEv");
784 static assert(TestOperators.opCast!int.mangleof == "??BTestOperators@@QAEHXZ");
818 static assert(TestOperators.opCast!int.mangleof == "??BTestOperators@@QEAAHXZ");
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dlink7966.d3 struct S1 { bool opCast(T)() { return true; } } in opCast() function
4 struct S2 { bool opCast(T)() { return true; } } in opCast() function

12345678910>>...15