Searched refs:evaluateConstraint (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | template.h | 91 …bool evaluateConstraint(TemplateInstance *ti, Scope *sc, Scope *paramscope, Objects *dedtypes, Fun…
|
H A D | dtemplate.c | 733 bool TemplateDeclaration::evaluateConstraint( in evaluateConstraint() function 965 if (!evaluateConstraint(ti, sc, paramscope, dedtypes, fd)) in matchWithInstance() 1977 if (!evaluateConstraint(ti, sc, paramscope, dedargs, fd)) in deduceFunctionTemplateMatch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 788 …extern (D) bool evaluateConstraint(TemplateInstance ti, Scope* sc, Scope* paramscope, Objects* ded… in evaluateConstraint() function 1196 if (!evaluateConstraint(ti, sc, paramscope, dedtypes, fd)) in matchWithInstance() 2251 if (!evaluateConstraint(ti, sc, paramscope, dedargs, fd)) in deduceFunctionTemplateMatch()
|