Home
last modified time | relevance | path

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

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