Searched refs:StoreE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp35 const Stmt *StoreE,
64 while (StoreE) {
65 if (const UnaryOperator *U = dyn_cast<UnaryOperator>(StoreE)) {
73 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(StoreE)) {
87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
96 if (I->getInit()->IgnoreImpCasts() == StoreE) {
34 checkBind(SVal location, SVal val, const Stmt *StoreE, CheckerContext &C) const argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h611 void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,
660 void evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *StoreE,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2791 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, argument
2796 PostStmt PS(StoreE, LC);
2803 StoreE, *this, *PP);
2810 const ProgramPoint L = PostStore(StoreE, LC, /*Loc*/nullptr,
2835 const ProgramPoint L = PostStore(StoreE, LC, LocReg, nullptr);
2855 const Expr *StoreE = AssignE ? AssignE : LocationE; local
2868 evalBind(Dst, StoreE, I, location, Val, false);

Completed in 179 milliseconds