Home
last modified time | relevance | path

Searched refs:ELSE_CLAUSE (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDdump.c424 dump_child ("else", ELSE_CLAUSE (t)); in cp_dump_tree()
HDsemantics.c679 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()
HDcxx-pretty-print.c1607 if (ELSE_CLAUSE (t)) in pp_cxx_statement()
1609 tree else_clause = ELSE_CLAUSE (t); in pp_cxx_statement()
HDcp-gimplify.c167 else_ = ELSE_CLAUSE (stmt); in gimplify_if_stmt()
HDcp-tree.def279 THEN_CLAUSE, and ELSE_CLAUSE, respectively. */
HDcp-tree.h3102 #define ELSE_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 2) macro
HDpt.c8644 if (ELSE_CLAUSE (t)) in tsubst_expr()
8647 RECUR (ELSE_CLAUSE (t)); in tsubst_expr()
HDChangeLog-20044677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
HDChangeLog-20002992 (ELSE_CLAUSE): Likewise.
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi1486 @findex ELSE_CLAUSE
1719 condition, while the @code{ELSE_CLAUSE} represents the statement given
/freebsd-11-stable/contrib/gcc/
HDChangeLog.tree-ssa18000 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
HDChangeLog-200015956 (ELSE_CLAUSE): Likewise.
16112 (ELSE_CLAUSE): Likewise.
HDChangeLog-200428837 * c-common.h (IF_COND, THEN_CLAUSE, ELSE_CLAUSE, CLEANUP_BODY,