Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2677 Type tthis_fd = fd.needThis() ? tthis : null; in applyFunction() local
2921 Type tthis_fd = fd.needThis() && !fd.isCtorDeclaration() ? tthis : null; in applyTemplate() local
2978 Type tthis_fd = fd.needThis() ? tthis : null; in applyTemplate() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2200 Type *tthis_fd = fd->needThis() ? tthis : NULL; in functionResolve() local
2404 Type *tthis_fd = fd->needThis() && !fd->isCtorDeclaration() ? tthis : NULL; in functionResolve() local
2460 Type *tthis_fd = fd->needThis() ? tthis : NULL; in functionResolve() local