Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp236 const BinaryOperator* BRHS = dyn_cast<BinaryOperator>(RHS); in isIncrement() local
238 if (!BRHS) in isIncrement()
243 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()