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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h506 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1916 /// @param AssignE The assignment expression if the store happens in an
1922 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, argument
1927 // Proceed with the store. We use AssignE as the anchor for the PostStore
1929 const Expr *StoreE = AssignE ? AssignE : LocationE;
1933 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, tag, false);

Completed in 115 milliseconds