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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1270   llvm::BumpPtrAllocator &getAllocator() { return A; }
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
   74     R = A.Allocate<RegionTy>();
   91     R = A.Allocate<RegionTy>();
  110     R = A.Allocate<RegionTy>();
  723     region = A.Allocate<REG>();
  733     region = A.Allocate<REG>();
  748   R = A.Allocate<StackLocalsSpaceRegion>();
  761   R = A.Allocate<StackArgumentsSpaceRegion>();
  783   R = A.Allocate<StaticGlobalSpaceRegion>();
 1002     R = A.Allocate<ElementRegion>();