Home
last modified time | relevance | path

Searched refs:AssignE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h690 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3275 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, in evalStore() argument
3282 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore()
3286 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, false); in evalStore()