Home
last modified time | relevance | path

Searched refs:thiscd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c3677 AggregateDeclaration *thiscd = s->isAggregateDeclaration(); in getLevel() local
3678 if (thiscd) in getLevel()
3690 if (!thiscd->isNested() && !sc->intypeof) in getLevel()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d1127 if (auto thiscd = s.isAggregateDeclaration()) in getLevel() local
1139 if (!thiscd.isNested() && !intypeof) in getLevel()