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

/haiku-buildtools/gcc/gcc/cp/
H A Dcp-array-notation.c848 tree no_expr = ELSE_CLAUSE (orig_stmt);
1300 if (ELSE_CLAUSE (t))
1301 ELSE_CLAUSE (t) = expand_array_notation_exprs (ELSE_CLAUSE (t));
H A Ddump.c452 dump_child ("else", ELSE_CLAUSE (t));
H A Dcxx-pretty-print.c1881 if (ELSE_CLAUSE (t))
1883 tree else_clause = ELSE_CLAUSE (t);
H A Dsemantics.c765 ELSE_CLAUSE (if_stmt) = push_stmt_list ();
774 ELSE_CLAUSE (if_stmt) = pop_stmt_list (ELSE_CLAUSE (if_stmt));
H A Dcp-gimplify.c191 else_ = ELSE_CLAUSE (stmt);
H A Dconstexpr.c4406 if (!RECUR (ELSE_CLAUSE (t), any))
H A Dcp-tree.h4240 #define ELSE_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 2)
4234 #define ELSE_CLAUSE macro
H A Dpt.c14171 if (ELSE_CLAUSE (t))
14174 RECUR (ELSE_CLAUSE (t));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsemantics.c167 RECHAIN_STMTS_FROM_CHAIN (if_stmt, ELSE_CLAUSE (if_stmt));
H A Dcp-tree.h2085 #define ELSE_CLAUSE(NODE) TREE_OPERAND (NODE, 2)
2078 #define ELSE_CLAUSE macro
H A Dpt.c7163 if (tmp = ELSE_CLAUSE (t), tmp)

Completed in 331 milliseconds