Home
last modified time | relevance | path

Searched refs: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
2679 if (isCtorCall) in applyFunction()
2790 if (isCtorCall && tf.mod != m.lastf.type.mod) in applyFunction()
2980 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyTemplate() local
2981 if (isCtorCall) in applyTemplate()
3034 if (isCtorCall && fd.type.mod != m.lastf.type.mod) in applyTemplate()
H A Dexpressionsem.d1723 const isCtorCall = fd && fd.needThis() && fd.isCtorDeclaration(); in functionParameters() local
1732 MOD wildmatch = (tthis && !isCtorCall) ? tthis.Type.deduceWild(tf, false) : 0; in functionParameters()
1940 Expression firstArg = ((tf.next && tf.next.ty == Tvoid || isCtorCall) && in functionParameters()
2106 (tf.next && tf.next.ty == Tvoid || isCtorCall)) in functionParameters()
2424 if (isCtorCall) in functionParameters()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2201 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2202 if (isCtorCall) in functionResolve()
2275 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2462 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2463 if (isCtorCall) in functionResolve()
2517 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpression.c1409 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1417 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1962 if (isCtorCall) in functionParameters()