Home
last modified time | relevance | path

Searched refs:reportErrorInternal (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
HDguarded_pool_allocator.h211 void reportErrorInternal(uintptr_t AccessPtr, Error E);
HDguarded_pool_allocator.cpp322 SingletonPtr->reportErrorInternal(AccessPtr, E); in reportError()
480 void GuardedPoolAllocator::reportErrorInternal(uintptr_t AccessPtr, Error E) { in reportErrorInternal() function in gwp_asan::GuardedPoolAllocator