Searched refs:AssignE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 694 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2934 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, in evalStore() argument 2941 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore() 2945 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, false); in evalStore()
|