Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.h313 bool in_switch_statement_p; member
H A Dparser.c3294 parser->in_switch_statement_p = false; in cp_parser_new()
8088 bool in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_lambda_expression() local
8092 parser->in_switch_statement_p = false; in cp_parser_lambda_expression()
8126 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_lambda_expression()
8813 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
8826 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
9138 bool in_switch_statement_p; in cp_parser_selection_statement() local
9145 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()
9147 parser->in_switch_statement_p = true; in cp_parser_selection_statement()
9150 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.h317 bool in_switch_statement_p; member
H A Dparser.c3898 parser->in_switch_statement_p = false; in cp_parser_new()
10163 bool in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_lambda_expression() local
10173 parser->in_switch_statement_p = false; in cp_parser_lambda_expression()
10211 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_lambda_expression()
11049 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
11066 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()
11527 bool in_switch_statement_p; in cp_parser_selection_statement() local
11534 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()
11536 parser->in_switch_statement_p = true; in cp_parser_selection_statement()
11540 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()
[all …]