Home
last modified time | relevance | path

Searched refs:isCtorCall (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddtemplate.c2121 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2122 if (isCtorCall) in functionResolve()
2195 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2386 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2387 if (isCtorCall) in functionResolve()
2441 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpressionsem.c1407 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1415 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1986 if (isCtorCall) in functionParameters()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddtemplate.c2121 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2122 if (isCtorCall) in functionResolve()
2195 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2386 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2387 if (isCtorCall) in functionResolve()
2441 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpressionsem.c1407 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1415 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1986 if (isCtorCall) in functionParameters()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddtemplate.c2121 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2122 if (isCtorCall) in functionResolve()
2195 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2386 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2387 if (isCtorCall) in functionResolve()
2441 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpressionsem.c1407 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1415 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1986 if (isCtorCall) in functionParameters()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddtemplate.d2671 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyFunction() local
2672 if (isCtorCall) in applyFunction()
2783 if (isCtorCall && tf.mod != m.lastf.type.mod) in applyFunction()
2973 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyTemplate() local
2974 if (isCtorCall) in applyTemplate()
3027 if (isCtorCall && fd.type.mod != m.lastf.type.mod) in applyTemplate()
H A Dexpressionsem.d1725 const isCtorCall = fd && fd.needThis() && fd.isCtorDeclaration(); in functionParameters() local
1734 MOD wildmatch = (tthis && !isCtorCall) ? tthis.Type.deduceWild(tf, false) : 0; in functionParameters()
1942 Expression firstArg = ((tf.next && tf.next.ty == Tvoid || isCtorCall) && in functionParameters()
2106 (tf.next && tf.next.ty == Tvoid || isCtorCall)) in functionParameters()
2426 if (isCtorCall) in functionParameters()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddtemplate.c2197 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2198 if (isCtorCall) in functionResolve()
2271 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2458 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2459 if (isCtorCall) in functionResolve()
2513 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpression.c1411 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1419 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1964 if (isCtorCall) in functionParameters()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddtemplate.c2200 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2201 if (isCtorCall) in functionResolve()
2274 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2461 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2462 if (isCtorCall) in functionResolve()
2516 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpression.c1414 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1422 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1967 if (isCtorCall) in functionParameters()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddtemplate.c2197 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2198 if (isCtorCall) in functionResolve()
2271 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2458 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2459 if (isCtorCall) in functionResolve()
2513 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpression.c1411 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1419 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1964 if (isCtorCall) in functionParameters()
/dports/lang/gcc10/gcc-10.3.0/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.c1414 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1422 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1967 if (isCtorCall) in functionParameters()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddtemplate.c2197 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2198 if (isCtorCall) in functionResolve()
2271 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()
2458 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
2459 if (isCtorCall) in functionResolve()
2513 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
H A Dexpression.c1411 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local
1419 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()
1964 if (isCtorCall) in functionParameters()