Home
last modified time | relevance | path

Searched defs:ConcreteRight (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp176 if (auto ConcreteRight = Right.getAs<nonloc::ConcreteInt>()) in checkOvershift() local
274 if (const auto ConcreteRight = Right.getAs<nonloc::ConcreteInt>()) { checkLeftShiftOverflow() local