Home
last modified time | relevance | path

Searched refs:IF_COND (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.cc334 if (integer_nonzerop (IF_COND (stmt))) in cxx_block_may_fallthru()
336 if (integer_zerop (IF_COND (stmt))) in cxx_block_may_fallthru()
H A Ddump.cc278 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
H A Dcoroutines.cc3461 if (!(cp_walk_tree (&IF_COND (if_stmt), in await_statement_walker()
3470 tree cond_inner = IF_COND (if_stmt); in await_statement_walker()
3474 location_t sloc = EXPR_LOCATION (IF_COND (if_stmt)); in await_statement_walker()
3481 IF_COND (if_stmt) = newvar; in await_statement_walker()
H A Dcp-tree.def300 /* Represents an 'if' statement. The operands are IF_COND,
H A Dcxx-pretty-print.cc2051 expression (IF_COND (t)); in statement()
H A Dcp-gimplify.cc146 cond = IF_COND (stmt); in genericize_if_stmt()
H A Dsemantics.cc932 begin_cond (&IF_COND (r)); in begin_if_stmt()
1045 finish_cond (&IF_COND (if_stmt), cond); in finish_if_stmt_cond()
H A Dpt.cc4096 cp_walk_tree (&IF_COND (t), &find_parameter_packs_r, in find_parameter_packs_r()
18903 tmp = RECUR (IF_COND (t)); in tsubst_expr()
18912 IF_COND (stmt) = IF_COND (t); in tsubst_expr()
H A Dcp-tree.h5341 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0) macro
H A DChangeLog-20044677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
H A DChangeLog-20002990 * cp-tree.h (IF_COND): Move to c-common.h.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c278 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
H A Dcoroutines.cc3616 if ((res = cp_walk_tree (&IF_COND (if_stmt), in await_statement_walker()
3627 tree cond_inner = IF_COND (if_stmt); in await_statement_walker()
3631 location_t sloc = EXPR_LOCATION (IF_COND (if_stmt)); in await_statement_walker()
3638 IF_COND (if_stmt) = newvar; in await_statement_walker()
H A Dcp-tree.def295 /* Represents an 'if' statement. The operands are IF_COND,
H A Dcxx-pretty-print.c2002 expression (IF_COND (t)); in statement()
H A Dcp-gimplify.c205 cond = IF_COND (stmt); in genericize_if_stmt()
H A Dsemantics.c724 begin_cond (&IF_COND (r)); in begin_if_stmt()
785 finish_cond (&IF_COND (if_stmt), cond); in finish_if_stmt_cond()
H A Dpt.c4024 cp_walk_tree (&IF_COND (t), &find_parameter_packs_r, in find_parameter_packs_r()
18298 tmp = RECUR (IF_COND (t)); in tsubst_expr()
18307 IF_COND (stmt) = IF_COND (t); in tsubst_expr()
H A Dcp-tree.h5092 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c72 #define IF_COND (1 << 1) macro
144 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) \
145 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) \
147 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) \
457 if (! (dir->flags & IF_COND)) in _cpp_handle_directive()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc77 #define IF_COND (1 << 1) macro
150 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) \
151 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) \
153 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) \
473 if (! (dir->flags & IF_COND)) in _cpp_handle_directive()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi3339 @findex IF_COND
3491 Used to represent an @code{if} statement. The @code{IF_COND} is the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi3282 @findex IF_COND
3435 Used to represent an @code{if} statement. The @code{IF_COND} is the
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa19013 (make_if_stmt_blocks): Do not store IF_COND in the header block of
19177 Include IF_COND in the IF header block.
19210 holding IF_COND.
H A DChangeLog-20005161 (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
15954 * c-common.h (IF_COND): Added documentation.
16110 * c-common.h (IF_COND): Moved here from cp/cp-tree.h.

12