Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c1397 bool in_switch_statement_p; member
2648 parser->in_switch_statement_p = false; in cp_parser_new()
6413 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
6424 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
6603 bool in_switch_statement_p; in cp_parser_selection_statement() local
6610 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()
6612 parser->in_switch_statement_p = true; in cp_parser_selection_statement()
6615 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()
DChangeLog-2003669 in_switch_statement_p.
673 (cp_parser_selection_statement): Set in_switch_statement_p.
DChangeLog2581 in_switch_statement_p changes.
2586 in_switch_statement_p.