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

/external/valgrind/memcheck/
H A Dmc_errors.c1270 LeakSupp, // Something to be suppressed in a leak check. enumerator in enum:__anon19371
1291 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1339 } else if (VG_(get_supp_kind)(su) == LeakSupp) {
1349 if (eof) return True; // old LeakSupp style, no match-leak-kinds line.
1443 case LeakSupp:
1553 if (VG_(get_supp_kind)(su) == LeakSupp) {
1571 if (VG_(get_supp_kind)(su) == LeakSupp) {

Completed in 216 milliseconds