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

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

Completed in 376 milliseconds