Searched refs:AssignE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 681 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3638 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()
|