Searched refs:ELSE_CLAUSE (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | dump.c | 424 dump_child ("else", ELSE_CLAUSE (t)); in cp_dump_tree()
|
| HD | semantics.c | 679 ELSE_CLAUSE (if_stmt) = push_stmt_list (); in begin_else_clause() 688 ELSE_CLAUSE (if_stmt) = pop_stmt_list (ELSE_CLAUSE (if_stmt)); in finish_else_clause() 700 empty_body_warning (THEN_CLAUSE (if_stmt), ELSE_CLAUSE (if_stmt)); in finish_if_stmt()
|
| HD | cxx-pretty-print.c | 1607 if (ELSE_CLAUSE (t)) in pp_cxx_statement() 1609 tree else_clause = ELSE_CLAUSE (t); in pp_cxx_statement()
|
| HD | cp-gimplify.c | 167 else_ = ELSE_CLAUSE (stmt); in gimplify_if_stmt()
|
| HD | cp-tree.def | 279 THEN_CLAUSE, and ELSE_CLAUSE, respectively. */
|
| HD | cp-tree.h | 3102 #define ELSE_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 2) macro
|
| HD | pt.c | 8644 if (ELSE_CLAUSE (t)) in tsubst_expr() 8647 RECUR (ELSE_CLAUSE (t)); in tsubst_expr()
|
| HD | ChangeLog-2004 | 4677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
|
| HD | ChangeLog-2000 | 2992 (ELSE_CLAUSE): Likewise.
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 1486 @findex ELSE_CLAUSE 1719 condition, while the @code{ELSE_CLAUSE} represents the statement given
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog.tree-ssa | 18000 When building the THEN_CLAUSE and ELSE_CLAUSE for the new IF_STMT, 19211 Call first_exec_stmt() to determine if THEN_CLAUSE or ELSE_CLAUSE
|
| HD | ChangeLog-2000 | 15956 (ELSE_CLAUSE): Likewise. 16112 (ELSE_CLAUSE): Likewise.
|
| HD | ChangeLog-2004 | 28837 * c-common.h (IF_COND, THEN_CLAUSE, ELSE_CLAUSE, CLEANUP_BODY,
|