Home
last modified time | relevance | path

Searched refs:open_token_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c940 return c_parser_require (parser, traits_t::open_token_type, in require_open()
950 gcc_assert (token->type == traits_t::open_token_type); in consume_open()
984 static const enum cpp_ttype open_token_type = CPP_OPEN_PAREN; member
1002 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c4705 return cp_parser_require (parser, traits_t::open_token_type, in require_open()
4715 gcc_assert (tok->type == traits_t::open_token_type); in consume_open()
4740 static const enum cpp_ttype open_token_type = CPP_OPEN_PAREN; member
4755 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member