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

/external/valgrind/main/memcheck/
H A Dmc_include.h448 extern Bool MC_(parse_leak_kinds) ( const HChar* str0, UInt* lks );
H A Dmc_errors.c241 Bool MC_(parse_leak_kinds) ( const HChar* str0, UInt* lks ) function
1262 if (!MC_(parse_leak_kinds)((*bufpp)+i, &lse->match_leak_kinds)) {
H A Dmc_main.c5243 if (!MC_(parse_leak_kinds)(tmp_str, &MC_(clo_error_for_leak_kinds)))
5247 if (!MC_(parse_leak_kinds)(tmp_str, &MC_(clo_show_leak_kinds)))
5602 if (wcmd == NULL || !MC_(parse_leak_kinds)(wcmd,

Completed in 1572 milliseconds