Searched refs:ignore_fns (Results 1 – 1 of 1) sorted by relevance
295 static XArray* ignore_fns; variable347 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1", in init_ignore_fns()426 VG_(addToXA)(ignore_fns, &tmp_str); in ms_process_cmd_line_option()811 ( VG_(get_fnname)(ip, &buf) && is_member_fn(ignore_fns, buf) in fn_should_be_ignored()2508 if (0 == VG_(sizeXA)(ignore_fns)) { in ms_post_clo_init()2511 for (i = 0; i < VG_(sizeXA)(ignore_fns); i++) { in ms_post_clo_init()2512 HChar** fn_ptr = VG_(indexXA)(ignore_fns, i); in ms_post_clo_init()