Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcoverage.c180 static hash_table<counts_entry> *counts_hash; variable
221 counts_hash = new hash_table<counts_entry> (10); in read_counts_file()
276 slot = counts_hash->find_slot (&elt, INSERT); in read_counts_file()
297 delete counts_hash; in read_counts_file() local
298 counts_hash = NULL; in read_counts_file()
305 delete counts_hash; in read_counts_file() local
306 counts_hash = NULL; in read_counts_file()
334 delete counts_hash; in read_counts_file() local
335 counts_hash = NULL; in read_counts_file()
353 if (!counts_hash) in get_coverage_counts()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcoverage.c108 static htab_t counts_hash = NULL; variable
209 counts_hash = htab_create (10, in read_counts_file()
260 (counts_hash, &elt, INSERT); in read_counts_file()
280 htab_delete (counts_hash); in read_counts_file()
287 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 = (counts_entry_t *) htab_find (counts_hash, &elt); in get_coverage_counts()