Searched refs:TruthVal (Results 1 – 1 of 1) sorted by relevance
905 } else if (const auto TruthVal = RetVal.getAs<nonloc::ConcreteInt>()) { in handleComparison() local908 (Op == OO_EqualEqual) == (TruthVal->getValue() != 0)))) { in handleComparison()