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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  934        I != E; ++I) {
  934        I != E; ++I) {
  937       Bldr.takeNodes(*I);
  939       VisitIncrementDecrementOperator(U, *I, Tmp);
  954       ProgramStateRef state = (*I)->getState();
  955       const LocationContext *LCtx = (*I)->getLocationContext();
  956       Bldr.generateNode(U, *I, state->BindExpr(U, LCtx,
  969       ProgramStateRef state = (*I)->getState();
  970       const LocationContext *LCtx = (*I)->getLocationContext();
  972       Bldr.generateNode(U, *I, state->BindExpr(U, LCtx, X));
  983           ProgramStateRef State = (*I)->getState();
  984           const LocationContext *LCtx = (*I)->getLocationContext();
  986           Bldr.generateNode(U, *I, State->BindExpr(U, LCtx, SV));
  991       handleUOExtension(I, U, Bldr);
  999       handleUOExtension(I, U, Bldr);
 1008       ProgramStateRef state = (*I)->getState();
 1009       const LocationContext *LCtx = (*I)->getLocationContext();
 1015         Bldr.generateNode(U, *I, state->BindExpr(U, LCtx, V));
 1051       Bldr.generateNode(U, *I, state);