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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h531 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2220 /// @param AssignE The assignment expression if the store happens in an
2226 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, argument
2231 // Proceed with the store. We use AssignE as the anchor for the PostStore
2233 const Expr *StoreE = AssignE ? AssignE : LocationE;
2237 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, tag, false);

Completed in 294 milliseconds