Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c911 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
912 if (needctfe) sc = sc->startCTFE(); in semantic()
918 if (needctfe) sc = sc->endCTFE(); in semantic()
1550 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
1551 if (needctfe) sc = sc->startCTFE(); in semantic()
1554 if (needctfe) sc = sc->endCTFE(); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d413 bool needctfe = (dsym.storage_class & (STC.manifest | STC.static_)) != 0; in visit() local
414 if (needctfe) in visit()
422 if (needctfe) in visit()
1094 bool needctfe = dsym.isDataseg() || (dsym.storage_class & STC.manifest); in visit() local
1095 if (needctfe) in visit()
1099 if (needctfe) in visit()