Lines Matching refs:function_t
198 } function_t; typedef
252 function_t *functions;
263 static function_t *functions;
264 static function_t **fn_end = &functions;
378 static function_t *read_graph_file (void);
379 static int read_count_file (function_t *);
380 static void solve_flow_graph (function_t *);
381 static void find_exception_blocks (function_t *);
383 static void add_line_counts (coverage_t *, function_t *);
393 static void release_function (function_t *);
584 function_t *fns; in process_file()
594 function_t *fn = fns; in process_file()
603 function_t *probe, **prev; in process_file()
659 function_t *fn; in generate_results()
748 release_function (function_t *fn) in release_function()
773 function_t *fn; in release_structures()
992 static function_t *
997 function_t *fn = NULL; in read_graph_file()
998 function_t *fns = NULL; in read_graph_file()
999 function_t **fns_end = &fns; in read_graph_file()
1048 fn = XCNEW (function_t); in read_graph_file()
1212 read_count_file (function_t *fns) in read_count_file()
1217 function_t *fn = NULL; in read_count_file()
1330 solve_flow_graph (function_t *fn) in solve_flow_graph()
1592 find_exception_blocks (function_t *fn) in find_exception_blocks()
1904 add_line_counts (coverage_t *coverage, function_t *fn) in add_line_counts()
1982 function_t *fn, *fn_p, *fn_n; in accumulate_line_counts()
2247 function_t *fn = NULL; in output_lines()