Searched refs:or_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c4909 int or_op = (code == TRUTH_ORIF_EXPR
4922 if (or_op)
4939 return or_op ? invert_truthvalue (tem) : tem;
4965 or_op ? ! in0_p : in0_p,
4968 or_op ? ! in1_p : in1_p,
4880 int or_op = (code == TRUTH_ORIF_EXPR local

Completed in 92 milliseconds