Searched refs:StoreE (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp36 const Stmt *StoreE,
54 while (StoreE) {
55 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(StoreE)) {
70 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
35 checkBind(SVal location, SVal val, const Stmt *StoreE, CheckerContext &C) const argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h434 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,
455 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1553 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, argument
1560 StoreE, *this,
1585 const ProgramPoint L = PostStore(StoreE, LC, LocReg, 0);
1607 const Expr *StoreE = AssignE ? AssignE : LocationE; local
1624 evalBind(Dst, StoreE, *NI, location, Val, false);

Completed in 49 milliseconds