Searched refs:RID_CATCH (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | lex.c | 223 { "catch", RID_CATCH, 0 },
|
| HD | parser.c | 465 case RID_CATCH: token->keyword = RID_AT_CATCH; break; in cp_lexer_get_preprocessor_token() 15017 if (!cp_parser_is_keyword (token, RID_CATCH)) in cp_parser_handler_seq() 15033 cp_parser_require_keyword (parser, RID_CATCH, "`catch'"); in cp_parser_handler() 16505 while (cp_lexer_next_token_is_keyword (parser->lexer, RID_CATCH)) in cp_parser_save_member_function_body()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | c-common.h | 83 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
|