Home
last modified time | relevance | path

Searched refs:cp_parser_cache_group (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20062521 * parser.c (cp_parser_cache_group): Don't stop if next
2759 (cp_parser_cache_group): Likewise.
3434 (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.
H A Dparser.cc2748 static bool cp_parser_cache_group
27825 cp_parser_cache_group (parser, CPP_CLOSE_PAREN, /*depth=*/0); in cp_parser_save_noexcept()
31975 if (cp_parser_cache_group (parser, CPP_CLOSE_PAREN, /*depth=*/0)) in cp_parser_save_member_function_body()
31993 if (cp_parser_cache_group (parser, CPP_CLOSE_PAREN, /*depth=*/0)) in cp_parser_save_member_function_body()
32001 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
32005 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
33904 cp_parser_cache_group (cp_parser *parser, in cp_parser_cache_group() function
33931 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, depth + 1); in cp_parser_cache_group()
33940 cp_parser_cache_group (parser, CPP_CLOSE_PAREN, depth + 1); in cp_parser_cache_group()
33945 cp_parser_cache_group (parser, CPP_PRAGMA_EOL, depth + 1); in cp_parser_cache_group()
[all …]
H A DChangeLog-20042018 (cp_parser_cache_group): Delete.
2019 (cp_parser_cache_group_1): Rename cp_parser_cache_group. Do
4852 (cp_parser_cache_group): Likewise.
6318 * parser.c (cp_parser_cache_group): Do not consume the EOF token.
H A DChangeLog-20123030 (cp_parser_cache_group): Remove CPP_COMMA support.
H A DChangeLog-20081513 (cp_parser_omp_for_loop, cp_parser_cache_group): Likewise.
H A DChangeLog-20111301 * parser.c (cp_parser_cache_group): Handle end==CPP_COMMA.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2621 static bool cp_parser_cache_group
25774 cp_parser_cache_group (parser, CPP_CLOSE_PAREN, /*depth=*/0); in cp_parser_save_noexcept()
29738 if (cp_parser_cache_group (parser, CPP_CLOSE_PAREN, /*depth=*/0)) in cp_parser_save_member_function_body()
29756 if (cp_parser_cache_group (parser, CPP_CLOSE_PAREN, /*depth=*/0)) in cp_parser_save_member_function_body()
29764 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
29768 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
31600 cp_parser_cache_group (cp_parser *parser, in cp_parser_cache_group() function
31627 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, depth + 1); in cp_parser_cache_group()
31636 cp_parser_cache_group (parser, CPP_CLOSE_PAREN, depth + 1); in cp_parser_cache_group()
31641 cp_parser_cache_group (parser, CPP_PRAGMA_EOL, depth + 1); in cp_parser_cache_group()
[all …]