Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc70 struct ipa_bit_ggc_hash_traits : public ggc_cache_remove <ipa_bits *> struct
72 typedef ipa_bits *value_type;
73 typedef ipa_bits *compare_type;
75 hash (const ipa_bits *p) in hash()
81 equal (const ipa_bits *a, const ipa_bits *b) in equal()
85 static const bool empty_zero_p = true;
109 static GTY ((cache)) hash_table<ipa_bit_ggc_hash_traits> *ipa_bits_hash_table; argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c66 struct ipa_bit_ggc_hash_traits : public ggc_cache_remove <ipa_bits *> struct
68 typedef ipa_bits *value_type;
69 typedef ipa_bits *compare_type;
71 hash (const ipa_bits *p) in hash()
77 equal (const ipa_bits *a, const ipa_bits *b) in equal()
81 static const bool empty_zero_p = true;
105 static GTY ((cache)) hash_table<ipa_bit_ggc_hash_traits> *ipa_bits_hash_table; argument