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

  /external/compiler-rt/test/lsan/TestCases/
link_turned_off.cc 12 int __lsan_is_turned_off() { function
  /external/compiler-rt/include/sanitizer/
lsan_interface.h 56 int __lsan_is_turned_off();
  /external/chromium_org/tools/xdisplaycheck/
xdisplaycheck.cc 118 extern "C" int __lsan_is_turned_off() { return 1; } function
  /external/compiler-rt/lib/lsan/
lsan_common.h 201 int __lsan_is_turned_off();
lsan_common.cc 426 if (&__lsan_is_turned_off && __lsan_is_turned_off())
714 int __lsan_is_turned_off() { function
  /external/clang/utils/TableGen/
TableGen.cpp 255 int __lsan_is_turned_off() { return 1; } function
  /external/llvm/utils/TableGen/
TableGen.cpp 189 int __lsan_is_turned_off() { return 1; } function

Completed in 217 milliseconds