Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.h334 bool in_switch_statement_p; member
H A Dparser.cc4240 parser->in_switch_statement_p = false; in cp_parser_new()
11077 bool in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_lambda_expression() local
11087 parser->in_switch_statement_p = false; in cp_parser_lambda_expression()
11137 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_lambda_expression()
12608 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
12628 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
13226 bool in_switch_statement_p; in cp_parser_selection_statement() local
13233 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()
13235 parser->in_switch_statement_p = true; in cp_parser_selection_statement()
13239 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()
[all …]
H A DChangeLog-20062561 in_switch_statement_p changes.
2566 in_switch_statement_p.
H A DChangeLog-2003669 in_switch_statement_p.
673 (cp_parser_selection_statement): Set in_switch_statement_p.
H A DChangeLog-20112141 and in_switch_statement_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.h324 bool in_switch_statement_p; member
H A Dparser.c4024 parser->in_switch_statement_p = false; in cp_parser_new()
10569 bool in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_lambda_expression() local
10579 parser->in_switch_statement_p = false; in cp_parser_lambda_expression()
10623 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_lambda_expression()
11615 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
11635 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
12146 bool in_switch_statement_p; in cp_parser_selection_statement() local
12153 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()
12155 parser->in_switch_statement_p = true; in cp_parser_selection_statement()
12159 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()
[all …]