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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 568 static bool CheckForLeaks() {
618 has_reported_leaks = CheckForLeaks();
624 bool have_leaks = CheckForLeaks();
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 760 static bool CheckForLeaks() {
774 // CheckForLeaks which does not use bytes with pointers before the
821 has_reported_leaks = CheckForLeaks();
828 bool have_leaks = CheckForLeaks();
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 683 static bool CheckForLeaks() {
731 has_reported_leaks = CheckForLeaks();
737 bool have_leaks = CheckForLeaks();

Completed in 78 milliseconds