Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1130 if (Optional<nonloc::ConcreteInt> rhsInt = rhs.getAs<nonloc::ConcreteInt>()) { in evalBinOpLN() local
1134 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true); in evalBinOpLN()