Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp905 } else if (const auto TruthVal = RetVal.getAs<nonloc::ConcreteInt>()) { in handleComparison() local
908 (Op == OO_EqualEqual) == (TruthVal->getValue() != 0)))) { in handleComparison()