HomeSort by relevance Sort by last modified time
    Searched refs:__asan_get_ownership (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/include/sanitizer/
asan_interface.h 96 int __asan_get_ownership(const void *p);
  /external/compiler-rt/lib/asan/
asan_interface_internal.h 105 SANITIZER_INTERFACE_ATTRIBUTE int __asan_get_ownership(const void *p);
asan_rtl.cc 467 case 23: __asan_get_ownership(0); break;
asan_allocator2.cc 775 int __asan_get_ownership(const void *p) { function

Completed in 106 milliseconds