Searched refs:IF_COND (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/gcclibs/libcpp/ |
| D | directives.c | 73 #define IF_COND (1 << 1) macro 140 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \ 141 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \ 143 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \ 415 if (! (dir->flags & IF_COND)) in _cpp_handle_directive()
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | dump.c | 422 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
|
| D | cp-gimplify.c | 165 cond = IF_COND (stmt); in gimplify_if_stmt()
|
| D | cp-tree.def | 278 /* Represents an 'if' statement. The operands are IF_COND,
|
| D | semantics.c | 649 begin_cond (&IF_COND (r)); in begin_if_stmt() 659 finish_cond (&IF_COND (if_stmt), maybe_convert_cond (cond)); in finish_if_stmt_cond()
|
| D | cxx-pretty-print.c | 1602 pp_cxx_expression (pp, IF_COND (t)); in pp_cxx_statement()
|
| D | cp-tree.h | 3100 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0) macro
|
| D | pt.c | 8639 tmp = RECUR (IF_COND (t)); in tsubst_expr()
|
| D | ChangeLog-2004 | 4677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
|
| D | ChangeLog-2000 | 2990 * cp-tree.h (IF_COND): Move to c-common.h.
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1484 @findex IF_COND 1702 Used to represent an @code{if} statement. The @code{IF_COND} is the
|
| /freebsd-10-stable/contrib/gcc/ |
| 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.
|
| 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.
|
| D | ChangeLog-2004 | 28837 * c-common.h (IF_COND, THEN_CLAUSE, ELSE_CLAUSE, CLEANUP_BODY,
|