Searched refs:StoreE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 648 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred, 681 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3581 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() argument 3586 PostStmt PS(StoreE, LC); in evalBind() 3593 StoreE, *this, *PP); in evalBind() 3600 const ProgramPoint L = PostStore(StoreE, LC, /*Loc*/nullptr, in evalBind() 3625 const ProgramPoint L = PostStore(StoreE, LC, LocReg, nullptr); in evalBind() 3645 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore() local 3658 evalBind(Dst, StoreE, I, location, Val, false); in evalStore()
|