Home | History | Annotate | Download | only in massif

Lines Matching defs:tmp_str

414    const HChar* tmp_str;
428 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) {
429 VG_(addToXA)(alloc_fns, &tmp_str);
431 else if VG_STR_CLO(arg, "--ignore-fn", tmp_str) {
432 VG_(addToXA)(ignore_fns, &tmp_str);