Searched refs:RID_AT_FINALLY (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 299 { "finally", RID_AT_FINALLY, D_OBJC },
|
| D | parser.c | 6279 case RID_AT_FINALLY: in cp_parser_statement() 17962 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_AT_FINALLY)) in cp_parser_objc_try_catch_finally_statement()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-common.h | 99 RID_AT_FINALLY, RID_AT_SYNCHRONIZED, enumerator
|
| D | c-parser.c | 191 { "finally", RID_AT_FINALLY, D_OBJC }, 6319 if (c_parser_next_token_is_keyword (parser, RID_AT_FINALLY)) in c_parser_objc_try_catch_statement()
|