Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c1410 bool in_switch_statement_p; member
2824 parser->in_switch_statement_p = false; in cp_parser_new()
6622 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
6633 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
6875 bool in_switch_statement_p; in cp_parser_selection_statement() local
6882 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()
6884 parser->in_switch_statement_p = true; in cp_parser_selection_statement()
6887 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()
H A DChangeLog-2003669 in_switch_statement_p.
673 (cp_parser_selection_statement): Set in_switch_statement_p.
H A DChangeLog2650 in_switch_statement_p changes.
2655 in_switch_statement_p.