Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc200 class dedupe_key class
203 dedupe_key (const saved_diagnostic &sd, in dedupe_key() function in ana::dedupe_key
224 bool operator== (const dedupe_key &other) const in operator ==()
241 const dedupe_key *pk1 = *(const dedupe_key * const *)p1; in comparator()
242 const dedupe_key *pk2 = *(const dedupe_key * const *)p2; in comparator()
286 typedef const dedupe_key *key_type;
390 dedupe_key *key = new dedupe_key (*sd, dc->get_path ()); in add()
439 auto_vec<const dedupe_key *> keys (m_map.elements ()); in emit_best()
448 keys.qsort (dedupe_key::comparator); in emit_best()
452 const dedupe_key *key; in emit_best()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc1068 class dedupe_key class
1071 dedupe_key (const saved_diagnostic &sd) in dedupe_key() function in ana::dedupe_key
1084 bool operator== (const dedupe_key &other) const in operator ==()
1101 const dedupe_key *pk1 = *(const dedupe_key * const *)p1; in comparator()
1102 const dedupe_key *pk2 = *(const dedupe_key * const *)p2; in comparator()
1127 typedef const dedupe_key *key_type;
1194 dedupe_key *key = new dedupe_key (*sd); in add()
1246 auto_vec<const dedupe_key *> superceded; in handle_interactions()
1276 auto_vec<const dedupe_key *> keys (m_map.elements ()); in emit_best()
1285 keys.qsort (dedupe_key::comparator); in emit_best()
[all …]
H A DChangeLog2989 dedupe_winners::add and parts of dedupe_key::dedupe_key.
2992 (dedupe_key::dedupe_key): Drop epath param. Move invocation of
3505 * diagnostic-manager.cc (dedupe_key::comparator): If they are at