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

/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c9755 tree else_block, bool nested_if)
9788 if (warn_parentheses && nested_if && else_block == NULL)
9718 c_finish_if_stmt(location_t if_locus, tree cond, tree then_block, tree else_block, bool nested_if) argument
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c10179 bool nested_if;
10196 nested_if = false;
10199 cp_parser_implicitly_scoped_statement (parser, &nested_if);
10241 if (nested_if)
10177 bool nested_if; local

Completed in 214 milliseconds