Home
last modified time | relevance | path

Searched refs:combine_hashes (Results 1 - 6 of 6) sorted by relevance

/third_party/libabigail/src/
H A Dabg-hash.cc40 combine_hashes(size_t val1, size_t val2) in combine_hashes() function
101 v = hashing::combine_hashes(v, size_t_hash(t.get_size_in_bits())); in operator ()()
102 v = hashing::combine_hashes(v, size_t_hash(t.get_alignment_in_bits())); in operator ()()
134 v = hashing::combine_hashes(v, str_hash(d.get_linkage_name())); in operator ()()
136 v = hashing::combine_hashes(v, str_hash(d.get_qualified_name())); in operator ()()
139 v = hashing::combine_hashes(v, get_member_access_specifier(d)); in operator ()()
140 v = hashing::combine_hashes(v, get_member_is_static(d)); in operator ()()
156 v = hashing::combine_hashes(v, decl_hash(t)); in operator ()()
157 v = hashing::combine_hashes(v, type_hash(t)); in operator ()()
177 v = hashing::combine_hashes( in operator ()()
[all...]
H A Dabg-ir-priv.h362 {return abigail::hashing::combine_hashes(p.first, p.second);} in operator ()()
H A Dabg-comparison-priv.h62 return hashing::combine_hashes(h1, h2); in operator ()()
H A Dabg-dwarf-reader.cc142 {return abigail::hashing::combine_hashes(p.first, p.second);} in operator ()()
186 {return abigail::hashing::combine_hashes(p.source_, p.offset_);} in operator ()()
196 size_t h1 = abigail::hashing::combine_hashes(p.first.source_, in operator ()()
198 size_t h2 = abigail::hashing::combine_hashes(p.second.source_, in operator ()()
200 return abigail::hashing::combine_hashes(h1, h2); in operator ()()
H A Dabg-ir.cc25750 h = hashing::combine_hashes(h, hash_string(repr)); in hash_type_or_decl()
25759 h = hashing::combine_hashes(h, hash_string(repr)); in hash_type_or_decl()
25769 h = hashing::combine_hashes(h, hash_unsigned(p->get_index())); in hash_type_or_decl()
25770 h = hashing::combine_hashes(h, hash_bool(p->get_variadic_marker())); in hash_type_or_decl()
25780 h = hashing::combine_hashes(h, hash_member(*bs)); in hash_type_or_decl()
25781 h = hashing::combine_hashes(h, hash_size(bs->get_offset_in_bits())); in hash_type_or_decl()
25782 h = hashing::combine_hashes(h, hash_bool(bs->get_is_virtual())); in hash_type_or_decl()
/third_party/libabigail/include/
H A Dabg-hash.h23 combine_hashes(std::size_t, std::size_t);

Completed in 52 milliseconds