Home
last modified time | relevance | path

Searched refs:RID_AT_OPTIONAL (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.h161 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY, enumerator
HDc-common.c574 { "optional", RID_AT_OPTIONAL, D_OBJC },
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.h196 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY, enumerator
HDc-common.c539 { "optional", RID_AT_OPTIONAL, D_OBJC },
/dragonfly/contrib/gcc-4.7/gcc/
HDc-parser.c7554 else if (c_parser_next_token_is_keyword (parser, RID_AT_OPTIONAL)) in c_parser_objc_methodprotolist()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-parser.c9972 else if (c_parser_next_token_is_keyword (parser, RID_AT_OPTIONAL)) in c_parser_objc_methodprotolist()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDparser.c23704 else if (token->keyword == RID_AT_OPTIONAL) in cp_parser_objc_interstitial_code()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c30135 else if (token->keyword == RID_AT_OPTIONAL) in cp_parser_objc_interstitial_code()