Searched refs:StoreE (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefinedAssignmentChecker.cpp | 35 const Stmt *StoreE, in checkBind() argument 64 while (StoreE) { in checkBind() 65 if (const UnaryOperator *U = dyn_cast<UnaryOperator>(StoreE)) { in checkBind() 73 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(StoreE)) { in checkBind() 87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() 96 if (I->getInit()->IgnoreImpCasts() == StoreE) { in checkBind()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 663 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred, 696 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3550 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, in evalBind() argument 3555 PostStmt PS(StoreE, LC); in evalBind() 3562 StoreE, *this, *PP); in evalBind() 3569 const ProgramPoint L = PostStore(StoreE, LC, /*Loc*/nullptr, in evalBind() 3594 const ProgramPoint L = PostStore(StoreE, LC, LocReg, nullptr); in evalBind() 3614 const Expr *StoreE = AssignE ? AssignE : LocationE; in evalStore() local 3627 evalBind(Dst, StoreE, I, location, Val, false); in evalStore()
|