Home
last modified time | relevance | path

Searched defs:eg_hash_map_traits (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h408 struct eg_hash_map_traits struct
410 typedef const point_and_state *key_type;
411 typedef exploded_node *value_type;
412 typedef exploded_node *compare_type;
414 static inline hashval_t hash (const key_type &k) in hash()
420 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()
433 static inline void remove (T &) in remove()
438 static inline void mark_deleted (T &entry) in mark_deleted()
443 static inline void mark_empty (T &entry) in mark_empty()
448 static inline bool is_deleted (const T &entry) in is_deleted()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h472 struct eg_hash_map_traits struct
474 typedef const point_and_state *key_type;
475 typedef exploded_node *value_type;
476 typedef exploded_node *compare_type;
478 static inline hashval_t hash (const key_type &k) in hash()
484 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()
497 static inline void remove (T &) in remove()
502 static inline void mark_deleted (T &entry) in mark_deleted()
507 static inline void mark_empty (T &entry) in mark_empty()
512 static inline bool is_deleted (const T &entry) in is_deleted()
[all …]