Home
last modified time | relevance | path

Searched refs:STCfuture (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h92 #define STCfuture 0x4000000000000LL // introducing new base class function macro
96 STCabstract | STCsynchronized | STCdeprecated | STCfuture | STCoverride | STClazy | STCalias |
160 bool isFuture() { return (storage_class & STCfuture) != 0; } in isFuture()
H A Dhdrgen.c3304 { STCfuture, TOKat, "@__future" }, in stcToChars()
H A Dparse.c1041 stc = STCfuture; in parseAttribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h97 #define STCfuture 0x4000000000000ULL /// introducing new base class function macro
154 bool isFuture() const { return (storage_class & STCfuture) != 0; } in isFuture()