Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dregstat.c60 int use_count; in regstat_init_n_sets_and_refs() local
63 use_count = DF_REG_USE_COUNT (i); in regstat_init_n_sets_and_refs()
66 use_count--; in regstat_init_n_sets_and_refs()
70 SET_REG_N_REFS (i, use_count + REG_N_SETS (i)); in regstat_init_n_sets_and_refs()
H A Dinput.c64 unsigned use_count; member
288 ++c->use_count; in lookup_file_in_cache_tab()
294 ++r->use_count; in lookup_file_in_cache_tab()
321 r->use_count = 0; in diagnostics_file_cache_forcibly_evict_file()
337 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
343 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
349 if (huc < c->use_count) in evicted_cache_tab_entry()
350 huc = c->use_count; in evicted_cache_tab_entry()
390 r->use_count = ++highest_use_count; in add_file_to_cache_tab()
415 : use_count (0), file_path (NULL), fp (NULL), data (0), in fcache()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dregstat.c67 int use_count; in regstat_init_n_sets_and_refs() local
70 use_count = DF_REG_USE_COUNT (i); in regstat_init_n_sets_and_refs()
73 use_count--; in regstat_init_n_sets_and_refs()
77 SET_REG_N_REFS (i, use_count + REG_N_SETS (i)); in regstat_init_n_sets_and_refs()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dshared_ptr.h700 use_count() const // never throws in _GLIBCXX_VISIBILITY()
892 use_count() const // never throws in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dshared_ptr.h691 use_count() const // never throws in _GLIBCXX_VISIBILITY()
883 use_count() const // never throws in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h1318 use_count() const noexcept in _GLIBCXX_VISIBILITY()
1690 use_count() const noexcept in _GLIBCXX_VISIBILITY()
1723 if (use_count() == 0) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h970 use_count() const noexcept in _GLIBCXX_VISIBILITY()
1312 use_count() const noexcept in _GLIBCXX_VISIBILITY()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.h176 u_int use_count; /* Instances using personality*/ member
H A Dmpt.c2190 pers->use_count++; in mpt_attach()
2234 pers->use_count--; in mpt_detach()