reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  611   void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  882       evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP);
 2836     evalBind(Dst, StoreE, I, location, Val, false);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  626         evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
   83   evalBind(Dst, CallExpr, Pred, ThisVal, V, true);
  841       evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),