Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp240 const BinaryOperator* BRHS = dyn_cast<BinaryOperator>(RHS); in isIncrement() local
242 if (!BRHS) in isIncrement()
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()