Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c169 dump_child ("cond", WHILE_COND (t));
H A Dc-common.def55 /* Used to represent a 'while' statement. The operands are WHILE_COND
H A Dc-semantics.c429 cond = expand_cond (WHILE_COND (t));
H A Dc-common.h966 #define WHILE_COND(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 0) macro
H A Dc-pretty-print.c1336 pp_c_expression (ppi, WHILE_COND (stmt));
H A Dc-common.c1019 WHILE_COND (while_stmt) = cond;
H A DChangeLog.3691 (WHILE_COND): Likewise.
847 (WHILE_COND): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c454 dump_child ("cond", WHILE_COND (t)); in cp_dump_tree()
H A Dsemantics.c703 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 Dcp-gimplify.c283 *stmt_p = gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt()
H A Dcp-tree.def288 /* Used to represent a 'while' statement. The operands are WHILE_COND
H A Dcxx-pretty-print.c1638 pp_cxx_expression (pp, WHILE_COND (t)); in pp_cxx_statement()
H A Dcp-tree.h3081 #define WHILE_COND(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 0) macro
H A Dpt.c8600 tmp = RECUR (WHILE_COND (t)); in tsubst_expr()
H A DChangeLog5995 (WHILE_COND, WHILE_BODY): Define.
H A DChangeLog-20002993 (WHILE_COND): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c322 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 Dpt.c7757 finish_while_stmt_cond (tsubst_expr (WHILE_COND (t),
H A DChangeLog12865 (WHILE_COND): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1327 @findex WHILE_COND
1660 Used to represent a @code{while} loop. The @code{WHILE_COND} is the
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1502 @findex WHILE_COND
1778 Used to represent a @code{while} loop. The @code{WHILE_COND} is the
H A Dgccint.info5439 Used to represent a `while' loop. The `WHILE_COND' is the
34278 * WHILE_COND: Function Bodies. (line 6)