| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-objcp-common.cc | 334 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 D | dump.cc | 278 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
|
| H A D | coroutines.cc | 3461 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 D | cp-tree.def | 300 /* Represents an 'if' statement. The operands are IF_COND,
|
| H A D | cxx-pretty-print.cc | 2051 expression (IF_COND (t)); in statement()
|
| H A D | cp-gimplify.cc | 146 cond = IF_COND (stmt); in genericize_if_stmt()
|
| H A D | semantics.cc | 932 begin_cond (&IF_COND (r)); in begin_if_stmt() 1045 finish_cond (&IF_COND (if_stmt), cond); in finish_if_stmt_cond()
|
| H A D | pt.cc | 4096 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 D | cp-tree.h | 5341 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0) macro
|
| H A D | ChangeLog-2004 | 4677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
|
| H A D | ChangeLog-2000 | 2990 * cp-tree.h (IF_COND): Move to c-common.h.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | dump.c | 278 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
|
| H A D | coroutines.cc | 3616 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 D | cp-tree.def | 295 /* Represents an 'if' statement. The operands are IF_COND,
|
| H A D | cxx-pretty-print.c | 2002 expression (IF_COND (t)); in statement()
|
| H A D | cp-gimplify.c | 205 cond = IF_COND (stmt); in genericize_if_stmt()
|
| H A D | semantics.c | 724 begin_cond (&IF_COND (r)); in begin_if_stmt() 785 finish_cond (&IF_COND (if_stmt), cond); in finish_if_stmt_cond()
|
| H A D | pt.c | 4024 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 D | cp-tree.h | 5092 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0) macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | directives.c | 72 #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 D | directives.cc | 77 #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 D | generic.texi | 3339 @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 D | generic.texi | 3282 @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 D | ChangeLog.tree-ssa | 19013 (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 D | ChangeLog-2000 | 5161 (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.
|