Searched refs:is_true (Results 1 – 1 of 1) sorted by relevance
185 bool is_true; in EvalIf() local196 is_true = (s.empty() == (stmt->op == CondOp::IFNDEF)); in EvalIf()203 is_true = ((lhs == rhs) == (stmt->op == CondOp::IFEQ)); in EvalIf()212 if (is_true) { in EvalIf()