Searched refs:RID_CATCH (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | lex.c | 223 { "catch", RID_CATCH, 0 },
|
| H A D | parser.c | 463 case RID_CATCH: token->keyword = RID_AT_CATCH; break; in cp_lexer_get_preprocessor_token() 14508 if (!cp_parser_is_keyword (token, RID_CATCH)) in cp_parser_handler_seq() 14524 cp_parser_require_keyword (parser, RID_CATCH, "`catch'"); in cp_parser_handler() 15983 while (cp_lexer_next_token_is_keyword (parser->lexer, RID_CATCH)) in cp_parser_save_member_function_body()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.h | 83 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.h | 87 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
|
| H A D | c-parse.in | 3507 /* RID_CATCH */ 0,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | lex.c | 370 { "catch", RID_CATCH, 0 },
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 777 || code == RID_TRY || code == RID_THROW || code == RID_CATCH in objc_is_reserved_word()
|