HomeSort by: relevance | last modified time | path
    Searched defs:have_then_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;
4833 have_then_clause_p = true;
4871 if (!have_then_clause_p)
4892 have_then_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 1), &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;
4443 have_then_clause_p = true;
4476 if (!have_then_clause_p)
4497 have_then_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 1), &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 30 milliseconds