Home
last modified time | relevance | path

Searched refs:opDispatch (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d712 int opDispatch(string name, A...)(A args) { return 100; } in opDispatch() function
800 static if (x == -1 && is(typeof(Source.opDispatch))) in findCovariantFunction()
804 is(typeof(( Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
805 is(typeof(( const Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
806 is(typeof(( immutable Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
807 is(typeof(( shared Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
808 is(typeof((shared const Source).init.opDispatch!(finfo.name)(Params.init))) in findCovariantFunction()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d708 int opDispatch(string name, A...)(A args) { return 100; } in opDispatch() function
796 static if (x == -1 && is(typeof(Source.opDispatch))) in findCovariantFunction()
800 is(typeof(( Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
801 is(typeof(( const Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
802 is(typeof(( immutable Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
803 is(typeof(( shared Source).init.opDispatch!(finfo.name)(Params.init))) || in findCovariantFunction()
804 is(typeof((shared const Source).init.opDispatch!(finfo.name)(Params.init))) in findCovariantFunction()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d4991 int opDispatch(string name, A...)(A args) { return 100; }
5049 static if (x == -1 && is(typeof(Source.opDispatch)))
5053 is(typeof(( Source).init.opDispatch!(finfo.name)(Params.init))) ||
5054 is(typeof(( const Source).init.opDispatch!(finfo.name)(Params.init))) ||
5055 is(typeof(( immutable Source).init.opDispatch!(finfo.name)(Params.init))) ||
5056 is(typeof(( shared Source).init.opDispatch!(finfo.name)(Params.init))) ||
5057 is(typeof((shared const Source).init.opDispatch!(finfo.name)(Params.init)))
5133 void opDispatch(string name, A...)(A) {}
5924 template opDispatch(string name)
5929 … auto ref opDispatch(this X, Args...)(auto ref Args args) { return mixin("a."~name~"(args)"); }
[all …]
H A Dvariant.d2702 void opDispatch(string s)() { }
2707 @property int opDispatch(string s)()
H A Duni.d6098 static @property auto opDispatch(string name)() in SetSearcher()
6138 static @property auto opDispatch(string name)() pure in opDispatch() function
H A Dtraits.d3624 void opDispatch(string n, A)(A dummy) {}
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6265 int opDispatch(string name, A...)(A args) { return 100; }
6350 static if (x == -1 && is(typeof(Source.opDispatch)))
6354 is(typeof(( Source).init.opDispatch!(finfo.name)(Params.init))) ||
6355 is(typeof(( const Source).init.opDispatch!(finfo.name)(Params.init))) ||
6356 is(typeof(( immutable Source).init.opDispatch!(finfo.name)(Params.init))) ||
6357 is(typeof(( shared Source).init.opDispatch!(finfo.name)(Params.init))) ||
6358 is(typeof((shared const Source).init.opDispatch!(finfo.name)(Params.init)))
6432 void opDispatch(string name, A...)(A) {}
7316 template opDispatch(string name)
7321 … auto ref opDispatch(this X, Args...)(auto ref Args args) { return mixin("a."~name~"(args)"); }
[all …]
H A Dvariant.d3093 void opDispatch(string s)() { }
3098 @property int opDispatch(string s)()
H A Darray.d4020 void opDispatch(string fn, Args...)(Args args)
H A Dtraits.d3908 void opDispatch(string n, A)(A dummy) {}
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d2459 if (auto fd = search_function(sym, Id.opDispatch)) in getProperty()
3844 if (auto fd = search_function(sym, Id.opDispatch)) in dotExp()
3858 auto dti = new DotTemplateInstanceExp(e.loc, e, Id.opDispatch, tiargs); in dotExp()
H A Dexpression.d246 return dtie.ti.name == Id.opDispatch; in isDotOpDispatch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c2250 if (Dsymbol *fd = search_function(sym, Id::opDispatch)) in noMember()
2265 … DotTemplateInstanceExp *dti = new DotTemplateInstanceExp(e->loc, e, Id::opDispatch, tiargs); in noMember()
H A Dexpression.c765 ((DotTemplateInstanceExp *)e)->ti->name == Id::opDispatch; in isDotOpDispatch()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d6105 static @property auto opDispatch(string name)()
6715 static @property auto opDispatch(string name)() pure