Lines Matching full:ignore_fns
301 static XArray* ignore_fns;
353 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
432 VG_(addToXA)(ignore_fns, &tmp_str);
822 ( VG_(get_fnname)(ip, buf, BUF_LEN) && is_member_fn(ignore_fns, buf)
2536 if (0 == VG_(sizeXA)(ignore_fns)) {
2539 for (i = 0; i < VG_(sizeXA)(ignore_fns); i++) {
2540 HChar** fn_ptr = VG_(indexXA)(ignore_fns, i);
2621 // Initialise alloc_fns and ignore_fns.