Home
last modified time | relevance | path

Searched refs:applyFunction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2643 int applyFunction(FuncDeclaration fd) in applyFunction() function
3074 return applyFunction(fd);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2159 return ((ParamDeduce *)param)->applyFunction(fd); in functionResolve()
2165 int applyFunction(FuncDeclaration *fd) in functionResolve() function