Home
last modified time | relevance | path

Searched refs:n_fns (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dcoverage.c788 unsigned n_fns; in build_gcov_info() local
844 for (fn = functions_head, n_fns = 0; fn; fn = fn->next, n_fns++) in build_gcov_info()
848 if (n_fns) in build_gcov_info()
852 array_type = build_index_type (build_int_cst (NULL_TREE, n_fns - 1)); in build_gcov_info()
868 build_int_cstu (get_gcov_unsigned_t (), n_fns), in build_gcov_info()