Home
last modified time | relevance | path

Searched defs:default_hash_traits (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc146 struct default_hash_traits <type_pair> struct
149 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()
H A Dhash-traits.h401 template <typename T> struct default_hash_traits : T {}; struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-traits.h384 template <typename T> struct default_hash_traits : T {}; struct
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2653 struct default_hash_traits<pending_key> struct
2655 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc3135 template <> struct default_hash_traits<function_call_string> struct
3138 static const bool empty_zero_p = false;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc4818 template <> struct default_hash_traits<function_call_string> struct
4821 static const bool empty_zero_p = false;