Home
last modified time | relevance | path

Searched refs:evaluateConstraint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h91 …bool evaluateConstraint(TemplateInstance *ti, Scope *sc, Scope *paramscope, Objects *dedtypes, Fun…
H A Ddtemplate.c733 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 Ddtemplate.d788 …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()