Searched defs:matchArg (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dtemplate.c | 4980 MATCH TemplateParameter::matchArg(Loc instLoc, Scope *sc, Objects *tiargs, in matchArg() function 5054 MATCH TemplateTypeParameter::matchArg(Scope *sc, RootObject *oarg, in matchArg() function 5279 MATCH TemplateAliasParameter::matchArg(Scope *sc, RootObject *oarg, in matchArg() function 5501 MATCH TemplateValueParameter::matchArg(Scope *sc, RootObject *oarg, in matchArg() function 5710 MATCH TemplateTupleParameter::matchArg(Loc, Scope *sc, Objects *tiargs, in matchArg() function 5742 MATCH TemplateTupleParameter::matchArg(Scope *, RootObject *oarg, in matchArg() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 7841 MATCH matchArg(TemplateParameter tp, Loc instLoc, Scope* sc, Objects* tiargs, size_t i, TemplatePar… in matchArg() function 7908 MATCH matchArg(TemplateParameter tp, Scope* sc, RootObject oarg, size_t i, TemplateParameters* para… in matchArg() function
|