Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c4080 bool have_then_clause_p, have_else_clause_p; in gimplify_cond_expr() local
4189 have_then_clause_p = have_else_clause_p = false; in gimplify_cond_expr()
4217 have_else_clause_p = true; in gimplify_cond_expr()
4238 && !have_else_clause_p in gimplify_cond_expr()
4249 if (!have_else_clause_p in gimplify_cond_expr()
4270 if (!have_else_clause_p) in gimplify_cond_expr()
4273 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq); in gimplify_cond_expr()
4283 else if (have_then_clause_p || have_else_clause_p) in gimplify_cond_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc4319 bool have_then_clause_p, have_else_clause_p; in gimplify_cond_expr() local
4428 have_then_clause_p = have_else_clause_p = false; in gimplify_cond_expr()
4456 have_else_clause_p = true; in gimplify_cond_expr()
4478 && !have_else_clause_p in gimplify_cond_expr()
4499 if (!have_else_clause_p in gimplify_cond_expr()
4530 if (!have_else_clause_p) in gimplify_cond_expr()
4540 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq); in gimplify_cond_expr()
4550 else if (have_then_clause_p || have_else_clause_p) in gimplify_cond_expr()