Searched refs:THEN_CLAUSE (Results 1 – 22 of 22) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-dump.c | 143 dump_child ("then", THEN_CLAUSE (t));
|
H A D | c-semantics.c | 407 if (THEN_CLAUSE (t)) 408 expand_stmt (THEN_CLAUSE (t));
|
H A D | c-common.def | 48 THEN_CLAUSE, and ELSE_CLAUSE, respectively. */
|
H A D | c-common.h | 961 #define THEN_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 1) macro
|
H A D | c-pretty-print.c | 1304 pp_statement (ppi, THEN_CLAUSE (stmt));
|
H A D | c-common.c | 935 RECHAIN_STMTS (if_stmt, THEN_CLAUSE (if_stmt)); in c_finish_then()
|
H A D | ChangeLog.3 | 689 (THEN_CLAUSE): Likewise. 845 (THEN_CLAUSE): Likewise.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 423 dump_child ("then", THEN_CLAUSE (t)); in cp_dump_tree()
|
H A D | semantics.c | 651 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 D | cp-gimplify.c | 166 then_ = THEN_CLAUSE (stmt); in gimplify_if_stmt()
|
H A D | cp-tree.def | 279 THEN_CLAUSE, and ELSE_CLAUSE, respectively. */
|
H A D | cxx-pretty-print.c | 1601 pp_cxx_statement (pp, THEN_CLAUSE (t)); in pp_cxx_statement()
|
H A D | cp-tree.h | 3076 #define THEN_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 1) macro
|
H A D | pt.c | 8618 RECUR (THEN_CLAUSE (t)); in tsubst_expr()
|
H A D | ChangeLog-2004 | 4677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
|
H A D | ChangeLog-2000 | 2991 (THEN_CLAUSE): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 268 RECHAIN_STMTS (if_stmt, THEN_CLAUSE (if_stmt));
|
H A D | pt.c | 7785 if (tmp = THEN_CLAUSE (t), tmp)
|
H A D | ChangeLog | 12863 (THEN_CLAUSE): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1303 @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 D | c-tree.texi | 1485 @findex THEN_CLAUSE 1553 process_stmt (THEN_CLAUSE (stmt)); 1718 The @code{THEN_CLAUSE} represents the statement given by the @code{then}
|
H A D | gccint.info | 5242 process_stmt (THEN_CLAUSE (stmt)); 5384 The `THEN_CLAUSE' represents the statement given by the `then' 34046 * THEN_CLAUSE: Function Bodies. (line 6)
|