Searched refs:__asan_get_ownership (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h96 int __asan_get_ownership(const void *p);
/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h105 SANITIZER_INTERFACE_ATTRIBUTE int __asan_get_ownership(const void *p);
H A Dasan_rtl.cc467 case 23: __asan_get_ownership(0); break;
H A Dasan_allocator2.cc775 int __asan_get_ownership(const void *p) { function

Completed in 105 milliseconds