Home
last modified time | relevance | path

Searched refs:THEN_CLAUSE (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c143 dump_child ("then", THEN_CLAUSE (t));
H A Dc-semantics.c407 if (THEN_CLAUSE (t))
408 expand_stmt (THEN_CLAUSE (t));
H A Dc-common.def48 THEN_CLAUSE, and ELSE_CLAUSE, respectively. */
H A Dc-common.h961 #define THEN_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 1) macro
H A Dc-pretty-print.c1304 pp_statement (ppi, THEN_CLAUSE (stmt));
H A Dc-common.c935 RECHAIN_STMTS (if_stmt, THEN_CLAUSE (if_stmt)); in c_finish_then()
H A DChangeLog.3689 (THEN_CLAUSE): Likewise.
845 (THEN_CLAUSE): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c423 dump_child ("then", THEN_CLAUSE (t)); in cp_dump_tree()
H A Dsemantics.c651 THEN_CLAUSE (if_stmt) = push_stmt_list (); in finish_if_stmt_cond()
660 THEN_CLAUSE (if_stmt) = pop_stmt_list (THEN_CLAUSE (if_stmt)); in finish_then_clause()
690 empty_body_warning (THEN_CLAUSE (if_stmt), ELSE_CLAUSE (if_stmt)); in finish_if_stmt()
H A Dcp-gimplify.c166 then_ = THEN_CLAUSE (stmt); in gimplify_if_stmt()
H A Dcp-tree.def279 THEN_CLAUSE, and ELSE_CLAUSE, respectively. */
H A Dcxx-pretty-print.c1601 pp_cxx_statement (pp, THEN_CLAUSE (t)); in pp_cxx_statement()
H A Dcp-tree.h3076 #define THEN_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 1) macro
H A Dpt.c8618 RECUR (THEN_CLAUSE (t)); in tsubst_expr()
H A DChangeLog-20044677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
H A DChangeLog-20002991 (THEN_CLAUSE): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c268 RECHAIN_STMTS (if_stmt, THEN_CLAUSE (if_stmt));
H A Dpt.c7785 if (tmp = THEN_CLAUSE (t), tmp)
H A DChangeLog12863 (THEN_CLAUSE): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1303 @findex THEN_CLAUSE
1391 process_stmt (THEN_CLAUSE (stmt));
1573 The @code{THEN_CLAUSE} represents the statement given by the @code{then}
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1485 @findex THEN_CLAUSE
1553 process_stmt (THEN_CLAUSE (stmt));
1718 The @code{THEN_CLAUSE} represents the statement given by the @code{then}
H A Dgccint.info5242 process_stmt (THEN_CLAUSE (stmt));
5384 The `THEN_CLAUSE' represents the statement given by the `then'
34046 * THEN_CLAUSE: Function Bodies. (line 6)