Searched defs:AssignE (Results 1 - 1 of 1) sorted by path

/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 2726 milliseconds