Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dattribs.c1823 struct excl_hash_traits: typed_noop_remove<excl_pair> struct
1825 typedef excl_pair value_type;
1826 typedef value_type compare_type;
1828 static hashval_t hash (const value_type &x) in hash()
1835 static bool equal (const value_type &x, const value_type &y) in equal()
1840 static void mark_deleted (value_type &x) in mark_deleted()
1845 static void mark_empty (value_type &x) in mark_empty()
1850 static bool is_deleted (const value_type &x) in is_deleted()
1877 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions() argument