Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcclibs/libcpp/
Ddirectives.c73 #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/
Ddump.c422 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
Dcp-gimplify.c165 cond = IF_COND (stmt); in gimplify_if_stmt()
Dcp-tree.def278 /* Represents an 'if' statement. The operands are IF_COND,
Dsemantics.c649 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()
Dcxx-pretty-print.c1602 pp_cxx_expression (pp, IF_COND (t)); in pp_cxx_statement()
Dcp-tree.h3100 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0) macro
Dpt.c8639 tmp = RECUR (IF_COND (t)); in tsubst_expr()
DChangeLog-20044677 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
DChangeLog-20002990 * cp-tree.h (IF_COND): Move to c-common.h.
/freebsd-10-stable/contrib/gcc/doc/
Dc-tree.texi1484 @findex IF_COND
1702 Used to represent an @code{if} statement. The @code{IF_COND} is the
/freebsd-10-stable/contrib/gcc/
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.
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.
DChangeLog-200428837 * c-common.h (IF_COND, THEN_CLAUSE, ELSE_CLAUSE, CLEANUP_BODY,