Searched refs:kIndirectlyLeaked (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.h59 kIndirectlyLeaked = 1, enumerator in enum:__lsan::ChunkTag
H A Dlsan_common.cc155 // (|tag| = kIndirectlyLeaked). In the second case, there's no flood fill,
160 CHECK(tag == kReachable || tag == kIndirectlyLeaked);
171 // Pointers to self don't count. This matters when tag == kIndirectlyLeaked.
362 /* frontier */ nullptr, "HEAP", kIndirectlyLeaked);
495 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) {
673 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.h59 kIndirectlyLeaked = 1, enumerator in enum:__lsan::ChunkTag
H A Dlsan_common.cc153 // (|tag| = kIndirectlyLeaked). In the second case, there's no flood fill,
158 CHECK(tag == kReachable || tag == kIndirectlyLeaked);
169 // Pointers to self don't count. This matters when tag == kIndirectlyLeaked.
360 /* frontier */ nullptr, "HEAP", kIndirectlyLeaked);
493 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) {
671 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.h65 kIndirectlyLeaked = 1, enumerator in enum:__lsan::ChunkTag
H A Dlsan_common.cpp179 // (|tag| = kIndirectlyLeaked). In the second case, there's no flood fill,
184 CHECK(tag == kReachable || tag == kIndirectlyLeaked);
196 // Pointers to self don't count. This matters when tag == kIndirectlyLeaked.
445 /* frontier */ nullptr, "HEAP", kIndirectlyLeaked);
590 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) {
790 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked);

Completed in 266 milliseconds