Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dparser.c1381 bool local_variables_forbidden_p; member
2809 parser->local_variables_forbidden_p = false; in cp_parser_new()
3257 if (parser->local_variables_forbidden_p) in cp_parser_primary_expression()
3409 if (parser->local_variables_forbidden_p in cp_parser_primary_expression()
13154 = parser->local_variables_forbidden_p; in cp_parser_parameter_declaration()
13155 parser->local_variables_forbidden_p = true; in cp_parser_parameter_declaration()
13173 parser->local_variables_forbidden_p in cp_parser_parameter_declaration()
16729 saved_local_variables_forbidden_p = parser->local_variables_forbidden_p; in cp_parser_late_parsing_default_args()
16730 parser->local_variables_forbidden_p = true; in cp_parser_late_parsing_default_args()
16783 parser->local_variables_forbidden_p = saved_local_variables_forbidden_p; in cp_parser_late_parsing_default_args()