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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1331 const BinaryOperator *BExpr,
1343 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC, R, N,
1345 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC, R, N,
1351 BinaryOperator::Opcode Op = BExpr->getOpcode();
1356 return VisitConditionVariable(LhsString, BExpr->getLHS(), tookTrue,
1330 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument

Completed in 89 milliseconds