Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h545 struct eg_call_string_hash_map_traits struct
547 typedef const call_string *key_type;
548 typedef per_call_string_data *value_type;
549 typedef per_call_string_data *compare_type;
551 static inline hashval_t hash (const key_type &k) in hash()
557 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()
570 static inline void remove (T &) in remove()
575 static inline void mark_deleted (T &entry) in mark_deleted()
580 static inline void mark_empty (T &entry) in mark_empty()
585 static inline bool is_deleted (const T &entry) in is_deleted()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h609 struct eg_call_string_hash_map_traits struct
611 typedef const call_string *key_type;
612 typedef per_call_string_data *value_type;
613 typedef per_call_string_data *compare_type;
615 static inline hashval_t hash (const key_type &k) in hash()
621 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()
634 static inline void remove (T &) in remove()
639 static inline void mark_deleted (T &entry) in mark_deleted()
644 static inline void mark_empty (T &entry) in mark_empty()
649 static inline bool is_deleted (const T &entry) in is_deleted()
[all …]