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

/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c7726 tree else_block, bool nested_if)
7731 if (warn_parentheses && nested_if && else_block == NULL)
7689 c_finish_if_stmt(location_t if_locus, tree cond, tree then_block, tree else_block, bool nested_if) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c6831 bool nested_if;
6837 cp_parser_implicitly_scoped_statement (parser, &nested_if);
6865 if (nested_if)
6829 bool nested_if; local

Completed in 100 milliseconds