Searched refs:open_token_type (Results 1 – 4 of 4) sorted by relevance
1020 return c_parser_require (parser, traits_t::open_token_type, in require_open()1030 gcc_assert (token->type == traits_t::open_token_type); in consume_open()1064 static const enum cpp_ttype open_token_type = CPP_OPEN_PAREN; member1082 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
1049 return c_parser_require (parser, traits_t::open_token_type, in require_open()1059 gcc_assert (token->type == traits_t::open_token_type); in consume_open()1093 static const enum cpp_ttype open_token_type = CPP_OPEN_PAREN; member1111 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
4857 return cp_parser_require (parser, traits_t::open_token_type, in require_open()4867 gcc_assert (tok->type == traits_t::open_token_type); in consume_open()4894 static const enum cpp_ttype open_token_type = CPP_OPEN_PAREN; member4909 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
5131 return cp_parser_require (parser, traits_t::open_token_type, in require_open()5141 gcc_assert (tok->type == traits_t::open_token_type); in consume_open()5168 static const enum cpp_ttype open_token_type = CPP_OPEN_PAREN; member5183 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member