Home | History | Annotate | Download | only in memcheck

Lines Matching defs:tmp_str

5200    const HChar* tmp_str;
5242 else if VG_STR_CLO(arg, "--errors-for-leak-kinds" , tmp_str) {
5243 if (!MC_(parse_leak_kinds)(tmp_str, &MC_(clo_error_for_leak_kinds)))
5246 else if VG_STR_CLO(arg, "--show-leak-kinds", tmp_str) {
5247 if (!MC_(parse_leak_kinds)(tmp_str, &MC_(clo_show_leak_kinds)))
5250 else if VG_STR_CLO(arg, "--leak-check-heuristics", tmp_str) {
5251 if (!MC_(parse_leak_heuristics)(tmp_str, &MC_(clo_leak_check_heuristics)))
5294 else if VG_STR_CLO(arg, "--ignore-ranges", tmp_str) {
5295 Bool ok = parse_ignore_ranges(tmp_str);