HomeSort by relevance Sort by last modified time
    Searched refs:LSanTestLeakingFunc (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/lsan/TestCases/
print_suppressions.cc 17 return "leak:*LSanTestLeakingFunc*";
20 void LSanTestLeakingFunc() {
28 LSanTestLeakingFunc();
32 // CHECK-print: 1 666 *LSanTestLeakingFunc*
suppressions_default.cc 12 return "leak:*LSanTestLeakingFunc*";
15 void LSanTestLeakingFunc() {
21 LSanTestLeakingFunc();
27 // CHECK: 1 666 *LSanTestLeakingFunc*
suppressions_file.cc 8 // RUN: echo "leak:*LSanTestLeakingFunc*" > %t.supp
17 void LSanTestLeakingFunc() {
23 LSanTestLeakingFunc();
29 // CHECK: 1 666 *LSanTestLeakingFunc*

Completed in 183 milliseconds