Searched refs:nested_if (Results 1 – 4 of 4) sorted by relevance
9065 bool nested_if; in cp_parser_selection_statement() local9082 nested_if = false; in cp_parser_selection_statement()9085 cp_parser_implicitly_scoped_statement (parser, &nested_if); in cp_parser_selection_statement()9127 if (nested_if) in cp_parser_selection_statement()
9031 tree else_block, bool nested_if) in c_finish_if_stmt() argument9036 if (warn_parentheses && nested_if && else_block == NULL) in c_finish_if_stmt()
5759 bool nested_if = false; in c_parser_if_statement() local5772 first_body = c_parser_if_body (parser, &nested_if, if_tinfo); in c_parser_if_statement()5815 if (nested_if) in c_parser_if_statement()
11396 bool nested_if; in cp_parser_selection_statement() local11421 cp_parser_implicitly_scoped_statement (parser, &nested_if, in cp_parser_selection_statement()11510 if (nested_if) in cp_parser_selection_statement()