Searched refs:RID_AT_OPTIONAL (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 161 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY, enumerator
|
| HD | c-common.c | 574 { "optional", RID_AT_OPTIONAL, D_OBJC },
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 196 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY, enumerator
|
| HD | c-common.c | 539 { "optional", RID_AT_OPTIONAL, D_OBJC },
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-parser.c | 7554 else if (c_parser_next_token_is_keyword (parser, RID_AT_OPTIONAL)) in c_parser_objc_methodprotolist()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.c | 9972 else if (c_parser_next_token_is_keyword (parser, RID_AT_OPTIONAL)) in c_parser_objc_methodprotolist()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 23704 else if (token->keyword == RID_AT_OPTIONAL) in cp_parser_objc_interstitial_code()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 30135 else if (token->keyword == RID_AT_OPTIONAL) in cp_parser_objc_interstitial_code()
|