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();
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
lsan_interface.h 56 int __lsan_is_turned_off();
  /external/compiler-rt/lib/lsan/
lsan_common.h 180 int __lsan_is_turned_off();
lsan_common.cc 395 if (&__lsan_is_turned_off && __lsan_is_turned_off())
681 int __lsan_is_turned_off() { function
  /external/llvm/utils/TableGen/
TableGen.cpp 187 int __lsan_is_turned_off() { return 1; } function
  /external/clang/utils/TableGen/
TableGen.cpp 255 int __lsan_is_turned_off() { return 1; } function

Completed in 868 milliseconds