Searched refs:opDispatch (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/ |
| H A D | typecons.d | 712 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 D | typecons.d | 708 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 D | typecons.d | 4991 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 D | variant.d | 2702 void opDispatch(string s)() { } 2707 @property int opDispatch(string s)()
|
| H A D | uni.d | 6098 static @property auto opDispatch(string name)() in SetSearcher() 6138 static @property auto opDispatch(string name)() pure in opDispatch() function
|
| H A D | traits.d | 3624 void opDispatch(string n, A)(A dummy) {}
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | typecons.d | 6265 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 D | variant.d | 3093 void opDispatch(string s)() { } 3098 @property int opDispatch(string s)()
|
| H A D | array.d | 4020 void opDispatch(string fn, Args...)(Args args)
|
| H A D | traits.d | 3908 void opDispatch(string n, A)(A dummy) {}
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | typesem.d | 2459 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 D | expression.d | 246 return dtie.ti.name == Id.opDispatch; in isDotOpDispatch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.c | 2250 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 D | expression.c | 765 ((DotTemplateInstanceExp *)e)->ti->name == Id::opDispatch; in isDotOpDispatch()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 6105 static @property auto opDispatch(string name)() 6715 static @property auto opDispatch(string name)() pure
|