Searched refs:matchWithInstance (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | template.h | 93 …MATCH matchWithInstance(Scope *sc, TemplateInstance *ti, Objects *atypes, Expressions *fargs, int …
|
| H A D | dtemplate.c | 852 MATCH TemplateDeclaration::matchWithInstance(Scope *sc, TemplateInstance *ti, in matchWithInstance() function 1017 MATCH m = td2->matchWithInstance(sc, &ti, &dedtypes, fargs, 1); in leastAsSpecialized() 2339 MATCH mta = td->matchWithInstance(sc, ti, &dedtypes, fargs, 0); in functionResolve() 6996 if (!tempdecl->matchWithInstance(sc, this, &tdtypes, fargs, 2)) in findBestMatch() 7044 MATCH m = td->matchWithInstance(sc, ti, &dedtypes, ti->fargs, 0); in findBestMatch() 7298 MATCH m = td->matchWithInstance(sc, ti, &dedtypes, NULL, 0); in needsTypeInference()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dtemplate.d | 1053 …extern (D) MATCH matchWithInstance(Scope* sc, TemplateInstance ti, Objects* dedtypes, Expressions*… in matchWithInstance() function 1277 MATCH m = td2.matchWithInstance(sc, ti, &dedtypes, fargs, 1); in leastAsSpecialized() 2855 MATCH mta = td.matchWithInstance(sc, ti, &dedtypes, fargs, 0); in applyTemplate() 6865 if (!tempdecl.matchWithInstance(sc, this, &tdtypes, fargs, 2)) in findBestMatch() 6920 MATCH m = td.matchWithInstance(sc, this, &dedtypes, fargs, 0); in findBestMatch() 7191 MATCH m = td.matchWithInstance(sc, this, &dedtypes, null, 0);
|