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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp36 const Stmt *StoreE,
54 while (StoreE) {
55 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(StoreE)) {
70 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
35 checkBind(SVal location, SVal val, const Stmt *StoreE, CheckerContext &C) const argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1288 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, argument
1295 StoreE, *this);
1311 MakeNode(Dst, StoreE, *I, state);
1333 const Expr *StoreE = AssignE ? AssignE : LocationE; local
1338 StoreE, Val), Pred, Dst);
1355 evalBind(Dst, StoreE, *NI, location, Val);

Completed in 1334 milliseconds