Home
last modified time | relevance | path

Searched refs:STCproperty (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h72 #define STC_FUNCATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrust…
74 #define STCproperty 0x100000000LL macro
99 STCgshared | STCproperty | STCsafe | STCtrusted | STCsystem | STCdisable | STClocal);
H A Dexpression.c571 (fd->storage_class2 & STCproperty) || in resolvePropertiesOnly()
572 (td->_scope->stc & STCproperty)) in resolvePropertiesOnly()
609 (fd->storage_class2 & STCproperty) || in resolvePropertiesOnly()
610 (td->_scope->stc & STCproperty)) in resolvePropertiesOnly()
H A Dfunc.c582 if (tf->isproperty) sc->stc |= STCproperty; in semantic()
1468 STCproperty | STCnothrow | STCpure | STCsafe | STCtrusted | STCsystem); in semantic3()
H A Dparse.c132 if (stc == STCproperty || stc == STCnogc || stc == STCdisable || in parseModule()
1029 stc = STCproperty; in parseAttribute()
H A Dhdrgen.c3299 { STCproperty, TOKat, "@property" }, in stcToChars()
H A Dmtype.c5166 if (stc & STCproperty) in TypeFunction()
5506 if (sc->stc & STCproperty) in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h80 #define STCproperty 0x1000000000ULL /// `@property` macro
105 #define STC_FUNCATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrust…