Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2678 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyFunction() local
2980 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyTemplate() local
H A Dexpressionsem.d1723 const isCtorCall = fd && fd.needThis() && fd.isCtorDeclaration(); in functionParameters() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2201 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2462 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
H A Dexpression.c1409 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local