Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1020 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; member
1082 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1049 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; member
1111 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c4857 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; member
4909 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc5131 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; member
5183 static const enum cpp_ttype open_token_type = CPP_OPEN_BRACE; member