Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp237 const BinaryOperator* BRHS = dyn_cast<BinaryOperator>(RHS); in isIncrement() local
239 if (!BRHS) in isIncrement()
244 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
248 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()