HomeSort by: relevance | last modified time | path
    Searched refs:have_else_clause_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 4712 bool have_then_clause_p, have_else_clause_p;
4821 have_then_clause_p = have_else_clause_p = false;
4849 have_else_clause_p = true;
4876 && !have_else_clause_p
4897 if (!have_else_clause_p
4928 if (!have_else_clause_p)
4938 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq);
4948 else if (have_then_clause_p || have_else_clause_p)
4709 bool have_then_clause_p, have_else_clause_p; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 4322 bool have_then_clause_p, have_else_clause_p;
4431 have_then_clause_p = have_else_clause_p = false;
4459 have_else_clause_p = true;
4481 && !have_else_clause_p
4502 if (!have_else_clause_p
4533 if (!have_else_clause_p)
4543 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq);
4553 else if (have_then_clause_p || have_else_clause_p)
4319 bool have_then_clause_p, have_else_clause_p; local

Completed in 92 milliseconds