Home
last modified time | relevance | path

Searched defs:StoreE (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp36 const Stmt *StoreE, in checkBind()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2228 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind()
2295 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore() local