Searched defs:BRHS (Results 1 - 1 of 1) sorted by relevance

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

Completed in 179 milliseconds