Searched refs:CPP_PURGED (Results 1 – 2 of 2) sorted by relevance
253 #define CPP_PURGED ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) macro256 #define N_CP_TTYPES ((int) (CPP_PURGED + 1))330 gcc_assert (lexer->next_token->type != CPP_PURGED); in cp_lexer_new_main()358 gcc_assert (lexer->next_token->type != CPP_PURGED); in cp_lexer_new_from_tokens()604 if (token->type != CPP_PURGED) in cp_lexer_peek_nth_token()638 while (lexer->next_token->type == CPP_PURGED); in cp_lexer_consume_token()663 tok->type = CPP_PURGED; in cp_lexer_purge_token()677 while (tok->type == CPP_PURGED); in cp_lexer_purge_token()697 tok->type = CPP_PURGED; in cp_lexer_purge_tokens_after()
1973 (CPP_PURGED): New fake token type.