Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h333 struct member_function_hash_traits : public typed_noop_remove<Type> struct
335 typedef Type value_type;
336 typedef Type compare_type;
337 static inline hashval_t hash (value_type v) { return v.hash (); } in hash()
338 static inline bool equal (const value_type &existing, in equal()
343 static inline void mark_deleted (Type &t) { t.mark_deleted (); } in mark_deleted()
344 static inline void mark_empty (Type &t) { t.mark_empty (); } in mark_empty()
345 static inline bool is_deleted (Type t) { return t.is_deleted (); } in is_deleted()
346 static inline bool is_empty (Type t) { return t.is_empty (); } in is_empty()