Home
last modified time | relevance | path

Searched defs:needctfe (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddeclaration.c892 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
1530 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddeclaration.c904 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
1543 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddeclaration.c885 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
1523 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddeclaration.c911 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
1550 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddeclaration.c892 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
1530 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddeclaration.c911 bool needctfe = (storage_class & (STCmanifest | STCstatic)) != 0; in semantic() local
1550 bool needctfe = isDataseg() || (storage_class & STCmanifest); in semantic() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddsymbolsem.c323 bool needctfe = (dsym->storage_class & (STCmanifest | STCstatic)) != 0; in visit() local
974 bool needctfe = dsym->isDataseg() || (dsym->storage_class & STCmanifest); in visit() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddsymbolsem.c323 bool needctfe = (dsym->storage_class & (STCmanifest | STCstatic)) != 0; in visit() local
974 bool needctfe = dsym->isDataseg() || (dsym->storage_class & STCmanifest); in visit() local
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddsymbolsem.c323 bool needctfe = (dsym->storage_class & (STCmanifest | STCstatic)) != 0; in visit() local
974 bool needctfe = dsym->isDataseg() || (dsym->storage_class & STCmanifest); in visit() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddsymbolsem.d391 bool needctfe = (dsym.storage_class & (STC.manifest | STC.static_)) != 0; in visit() local
1061 bool needctfe = dsym.isDataseg() || (dsym.storage_class & STC.manifest); in visit() local