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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  384     return k == PreLoadKind || k == PreStoreKind;
  392     : LocationCheck(S, L, PreLoadKind, tag) {}
  398     return location.getKind() == PreLoadKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   31     case ProgramPoint::PreLoadKind:
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  335       ProgramPoint::Kind K =  IsLoad ? ProgramPoint::PreLoadKind :