HomeSort by: relevance | last modified time | path
    Searched defs:have_leaks (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 624 bool have_leaks = CheckForLeaks(); local
625 return have_leaks ? 1 : 0;
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 828 bool have_leaks = CheckForLeaks(); local
829 return have_leaks ? 1 : 0;
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 737 bool have_leaks = CheckForLeaks(); local
738 return have_leaks ? 1 : 0;

Completed in 28 milliseconds