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

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1412 bool in_switch_statement_p;
2826 parser->in_switch_statement_p = false;
6624 if (parser->in_switch_statement_p)
6635 if (parser->in_switch_statement_p)
6877 bool in_switch_statement_p;
6884 in_switch_statement_p = parser->in_switch_statement_p;
6886 parser->in_switch_statement_p = true;
6889 parser->in_switch_statement_p = in_switch_statement_p;
1410 bool in_switch_statement_p; local
6875 bool in_switch_statement_p; local
[all...]

Completed in 143 milliseconds