Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp217 bool LRHS = true; in checkBranchCondition() local
220 LRHS = false; in checkBranchCondition()
226 SVal Val = C.getSVal(LRHS ? B->getLHS() : B->getRHS()); in checkBranchCondition()