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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1426   const REG* LazyAllocate(REG*& region);

References

tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  771       return LazyAllocate(SystemGlobals);
  773       return LazyAllocate(ImmutableGlobals);
  775     return LazyAllocate(InternalGlobals);
  789   return LazyAllocate(heap);
  793   return LazyAllocate(unknown);
  797   return LazyAllocate(code);