Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1022 if (Optional<nonloc::ConcreteInt> rhsInt = rhs.getAs<nonloc::ConcreteInt>()) { in evalBinOpLN() local
1026 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true); in evalBinOpLN()