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

Declarations

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  142   static void reportError(uintptr_t AccessPtr, Error E = Error::UNKNOWN);

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  224     reportError(UPtr, Error::INVALID_FREE);
  233       reportError(UPtr, Error::DOUBLE_FREE);
projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   63   gwp_asan::GuardedPoolAllocator::reportError(