Searched refs:isCtorCall (Results 1 - 4 of 4) sorted by relevance

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

Completed in 203 milliseconds