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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 70 static const char kSuppressionLeak[] = "leak";
71 static const char *kSuppressionTypes[] = { kSuppressionLeak };
637 if (suppressions->Match(module_name, kSuppressionLeak, &s))
643 if (suppressions->Match(cur->info.function, kSuppressionLeak, &s) ||
644 suppressions->Match(cur->info.file, kSuppressionLeak, &s)) {
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 110 static const char kSuppressionLeak[] = "leak";
111 static const char *kSuppressionTypes[] = {kSuppressionLeak};
151 if (context.Match(module_name, kSuppressionLeak, &s))
157 if (context.Match(cur->info.function, kSuppressionLeak, &s) ||
158 context.Match(cur->info.file, kSuppressionLeak, &s)) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 97 static const char kSuppressionLeak[] = "leak";
98 static const char *kSuppressionTypes[] = { kSuppressionLeak };
749 if (context.Match(module_name, kSuppressionLeak, &s))
755 if (context.Match(cur->info.function, kSuppressionLeak, &s) ||
756 context.Match(cur->info.file, kSuppressionLeak, &s)) {

Completed in 54 milliseconds