Searched refs:needctfe (Results 1 – 2 of 2) sorted by relevance
911 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local912 if (needctfe) sc = sc->startCTFE(); in semantic()918 if (needctfe) sc = sc->endCTFE(); in semantic()1550 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local1551 if (needctfe) sc = sc->startCTFE(); in semantic()1554 if (needctfe) sc = sc->endCTFE(); in semantic()
413 bool needctfe = (dsym.storage_class & (STC.manifest | STC.static_)) != 0; in visit() local414 if (needctfe) in visit()422 if (needctfe) in visit()1094 bool needctfe = dsym.isDataseg() || (dsym.storage_class & STC.manifest); in visit() local1095 if (needctfe) in visit()1099 if (needctfe) in visit()