Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstatistics.c36 struct statistics_counter { struct
46 struct stats_counter_hasher : pointer_hash <statistics_counter> argument
48 static inline hashval_t hash (const statistics_counter *);
49 static inline bool equal (const statistics_counter *,
50 const statistics_counter *);
51 static inline void remove (statistics_counter *);
57 stats_counter_hasher::hash (const statistics_counter *c) in hash()
65 stats_counter_hasher::equal (const statistics_counter *c1, in equal()
66 const statistics_counter *c2) in equal()
74 stats_counter_hasher::remove (statistics_counter *v) in remove()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstatistics.cc36 struct statistics_counter { struct
46 struct stats_counter_hasher : pointer_hash <statistics_counter> argument
48 static inline hashval_t hash (const statistics_counter *);
49 static inline bool equal (const statistics_counter *,
50 const statistics_counter *);
51 static inline void remove (statistics_counter *);
57 stats_counter_hasher::hash (const statistics_counter *c) in hash()
65 stats_counter_hasher::equal (const statistics_counter *c1, in equal()
66 const statistics_counter *c2) in equal()
74 stats_counter_hasher::remove (statistics_counter *v) in remove()
[all …]