Searched defs:default_hash_traits (Results 1 – 6 of 6) sorted by relevance
146 struct default_hash_traits <type_pair> struct149 GTY((skip)) typedef type_pair value_type;150 GTY((skip)) typedef type_pair compare_type;152 hash (type_pair p) in hash()156 static const bool empty_zero_p = true;158 is_empty (type_pair p) in is_empty()163 is_deleted (type_pair p ATTRIBUTE_UNUSED) in is_deleted()168 equal (const type_pair &a, const type_pair &b) in equal()173 mark_empty (type_pair &e) in mark_empty()
401 template <typename T> struct default_hash_traits : T {}; struct
384 template <typename T> struct default_hash_traits : T {}; struct
2653 struct default_hash_traits<pending_key> struct2655 using value_type = pending_key;2657 static const bool empty_zero_p = false;2658 static hashval_t hash (const value_type &k) in hash()2665 static bool equal (const value_type &k, const value_type &l) in equal()2669 static void mark_empty (value_type &k) in mark_empty()2673 static void mark_deleted (value_type &k) in mark_deleted()2678 static bool is_empty (const value_type &k) in is_empty()2682 static bool is_deleted (const value_type &k) in is_deleted()2686 static void remove (value_type &) in remove()
3135 template <> struct default_hash_traits<function_call_string> struct3138 static const bool empty_zero_p = false;
4818 template <> struct default_hash_traits<function_call_string> struct4821 static const bool empty_zero_p = false;