Searched refs:WHILE_COND (Results 1 – 22 of 22) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-dump.c | 169 dump_child ("cond", WHILE_COND (t));
|
H A D | c-common.def | 55 /* Used to represent a 'while' statement. The operands are WHILE_COND
|
H A D | c-semantics.c | 429 cond = expand_cond (WHILE_COND (t));
|
H A D | c-common.h | 966 #define WHILE_COND(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 0) macro
|
H A D | c-pretty-print.c | 1336 pp_c_expression (ppi, WHILE_COND (stmt));
|
H A D | c-common.c | 1019 WHILE_COND (while_stmt) = cond;
|
H A D | ChangeLog.3 | 691 (WHILE_COND): Likewise. 847 (WHILE_COND): Likewise.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 454 dump_child ("cond", WHILE_COND (t)); in cp_dump_tree()
|
H A D | semantics.c | 703 begin_cond (&WHILE_COND (r)); in begin_while_stmt() 713 finish_cond (&WHILE_COND (while_stmt), maybe_convert_cond (cond)); in finish_while_stmt_cond() 714 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt)); in finish_while_stmt_cond()
|
H A D | cp-gimplify.c | 283 *stmt_p = gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt()
|
H A D | cp-tree.def | 288 /* Used to represent a 'while' statement. The operands are WHILE_COND
|
H A D | cxx-pretty-print.c | 1638 pp_cxx_expression (pp, WHILE_COND (t)); in pp_cxx_statement()
|
H A D | cp-tree.h | 3081 #define WHILE_COND(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 0) macro
|
H A D | pt.c | 8600 tmp = RECUR (WHILE_COND (t)); in tsubst_expr()
|
H A D | ChangeLog | 5995 (WHILE_COND, WHILE_BODY): Define.
|
H A D | ChangeLog-2000 | 2993 (WHILE_COND): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 322 FINISH_COND (cond, while_stmt, WHILE_COND (while_stmt)); 325 WHILE_COND (while_stmt) = cond; 334 WHILE_COND (while_stmt) = boolean_true_node;
|
H A D | pt.c | 7757 finish_while_stmt_cond (tsubst_expr (WHILE_COND (t),
|
H A D | ChangeLog | 12865 (WHILE_COND): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1327 @findex WHILE_COND 1660 Used to represent a @code{while} loop. The @code{WHILE_COND} is the
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 1502 @findex WHILE_COND 1778 Used to represent a @code{while} loop. The @code{WHILE_COND} is the
|
H A D | gccint.info | 5439 Used to represent a `while' loop. The `WHILE_COND' is the 34278 * WHILE_COND: Function Bodies. (line 6)
|