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.h694 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3763 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, in evalStore() argument
3770 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore()
3774 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, false); in evalStore()