Home
last modified time | relevance | path

Searched defs:ParamBest (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c7007 struct ParamBest in findBestMatch() struct
7010 Scope *sc; in findBestMatch()
7011 TemplateInstance *ti; in findBestMatch()
7012 Objects dedtypes; in findBestMatch()
7014 TemplateDeclaration *td_best; in findBestMatch()
7015 TemplateDeclaration *td_ambig; in findBestMatch()
7016 MATCH m_best; in findBestMatch()
7018 static int fp(void *param, Dsymbol *s) in findBestMatch()
7022 int fp(Dsymbol *s) in findBestMatch()