Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcoverage.c97 static htab_t counts_hash = NULL; variable
203 counts_hash = htab_create (10, in read_counts_file()
261 (counts_hash, &elt, INSERT); in read_counts_file()
277 htab_delete (counts_hash); in read_counts_file()
285 htab_delete (counts_hash); in read_counts_file()
313 htab_delete (counts_hash); in read_counts_file()
331 if (!counts_hash) in get_coverage_counts()
345 entry = htab_find (counts_hash, &elt); in get_coverage_counts()