Searched refs:RID_THROW (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | lex.c | 267 { "throw", RID_THROW, 0 },
|
| HD | parser.c | 463 case RID_THROW: token->keyword = RID_AT_THROW; break; in cp_lexer_get_preprocessor_token() 6086 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_THROW)) in cp_parser_assignment_expression() 14880 if (!cp_parser_is_keyword (token, RID_THROW)) in cp_parser_exception_specification_opt() 15109 cp_parser_require_keyword (parser, RID_THROW, "`throw'"); in cp_parser_throw_expression()
|
| /trueos/contrib/gcc/ |
| HD | c-common.h | 86 RID_THIS, RID_THROW, RID_TRUE, enumerator
|