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

  /external/compiler-rt/lib/msan/lit_tests/
malloc_hook.cc 7 bool __msan_get_ownership(const void *p);
14 if (__msan_get_ownership(ptr)) {
20 if (__msan_get_ownership(ptr) && ptr == global_ptr)
  /external/compiler-rt/include/sanitizer/
msan_interface.h 102 bool __msan_get_ownership(const void *p);
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 149 bool __msan_get_ownership(const void *p);
msan_allocator.cc 152 bool __msan_get_ownership(const void *p) { function
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 205 milliseconds