Searched refs:CSXthis_ctor (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c229 int aAll = (cs & (CSXthis_ctor | CSXsuper_ctor)) != 0;
230 int bAll = (callSuper & (CSXthis_ctor | CSXsuper_ctor)) != 0;
317 ok = !mustInit || (fi & CSXthis_ctor);
322 ok = !mustInit || (fieldInit & CSXthis_ctor);
327 ok = !mustInit || (fieldInit & CSXthis_ctor);
332 ok = !mustInit || (fi & CSXthis_ctor);
337 ok = !mustInit || !((fieldInit ^ fi) & CSXthis_ctor);
H A Dscope.h40 #define CSXthis_ctor 1 // called this() macro
H A Dexpression.c5327 if (fi & CSXthis_ctor)
5347 sc->fieldinit[i] |= CSXthis_ctor;
5356 sc->fieldinit[j] = CSXthis_ctor;
H A Dfunc.c1786 if (!(sc2->callSuper & CSXthis_ctor))
1812 if (mustInit && !(sc2->fieldinit[i] & CSXthis_ctor))
H A Dstatementsem.c2937 !(sc->callSuper & (CSXthis_ctor | CSXsuper_ctor)))
2953 if (mustInit && !(sc->fieldinit[i] & CSXthis_ctor))
H A Dexpressionsem.c3256 if (sc->callSuper & (CSXsuper_ctor | CSXthis_ctor))
3294 if (sc->callSuper & (CSXsuper_ctor | CSXthis_ctor))
3298 sc->callSuper |= CSXany_ctor | CSXthis_ctor;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h33 CSXthis_ctor = 1, // called this() enumerator in enum:__anon790

Completed in 408 milliseconds