Searched refs:StoreE (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefinedAssignmentChecker.cpp | 36 const Stmt *StoreE, in checkBind() argument 62 while (StoreE) { in checkBind() 63 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(StoreE)) { in checkBind() 78 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 478 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred, 514 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2000 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() argument 2006 PostStmt PS(StoreE, LC); in evalBind() 2013 StoreE, *this, *PP); in evalBind() 2021 const ProgramPoint L = PostStore(StoreE, LC, /*Loc*/nullptr, in evalBind() 2049 const ProgramPoint L = PostStore(StoreE, LC, LocReg, nullptr); in evalBind() 2069 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore() local 2082 evalBind(Dst, StoreE, *NI, location, Val, false); in evalStore()
|