HomeSort by: relevance | last modified time | path
    Searched refs:have_leaks (Results 1 - 2 of 2) 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.old/dist/libsanitizer/lsan/
lsan_common.cpp 737 bool have_leaks = CheckForLeaks(); local
738 return have_leaks ? 1 : 0;

Completed in 33 milliseconds