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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   54          it != ei; ++it) {
   54          it != ei; ++it) {
   56     ProgramStateRef state = (*it)->getState();
   57     const LocationContext *LCtx = (*it)->getLocationContext();
   74       evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal),
   80       StmtNodeBuilder Bldr(*it, Tmp2, *currBldrCtx);
  109       Bldr.generateNode(B, *it, state);
  134     evalLoad(Tmp, B, LHS, *it, state, location);