Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp220 bool LRHS = true; in checkBranchCondition() local
223 LRHS = false; in checkBranchCondition()
229 SVal Val = C.getSVal(LRHS ? B->getLHS() : B->getRHS()); in checkBranchCondition()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()