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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c3023 bool have_then_clause_p, have_else_clause_p;
3132 have_then_clause_p = have_else_clause_p = false;
3165 have_else_clause_p = true;
3183 && !have_else_clause_p
3194 if (!have_else_clause_p
3215 if (!have_else_clause_p)
3218 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq);
3228 else if (have_then_clause_p || have_else_clause_p)
3020 bool have_then_clause_p, have_else_clause_p; local

Completed in 98 milliseconds