Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h531 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2226 void ExprEngine::evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, in evalStore() argument
2233 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore()
2237 evalLocation(Tmp, AssignE, LocationE, Pred, state, location, tag, false); in evalStore()