Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h681 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3638 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, in evalStore() argument
3645 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore()
3649 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, false); in evalStore()