Searched refs:combine_hashes (Results 1 – 6 of 6) sorted by relevance
/external/libabigail/src/ |
D | abg-hash.cc | 40 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(v, (*i)->get_hash()); in operator ()() [all …]
|
D | abg-comparison-priv.h | 62 return hashing::combine_hashes(h1, h2); in operator()
|
D | abg-ir.cc | 25134 h = hashing::combine_hashes(h, hash_string(repr)); in hash_type_or_decl() 25143 h = hashing::combine_hashes(h, hash_string(repr)); in hash_type_or_decl() 25153 h = hashing::combine_hashes(h, hash_unsigned(p->get_index())); in hash_type_or_decl() 25154 h = hashing::combine_hashes(h, hash_bool(p->get_variadic_marker())); in hash_type_or_decl() 25164 h = hashing::combine_hashes(h, hash_member(*bs)); in hash_type_or_decl() 25165 h = hashing::combine_hashes(h, hash_size(bs->get_offset_in_bits())); in hash_type_or_decl() 25166 h = hashing::combine_hashes(h, hash_bool(bs->get_is_virtual())); in hash_type_or_decl()
|
D | abg-dwarf-reader.cc | 170 {return abigail::hashing::combine_hashes(p.first, p.second);} in operator ()()
|
/external/libabigail/include/ |
D | abg-hash.h | 23 combine_hashes(std::size_t, std::size_t);
|
/external/libabigail/ |
D | ChangeLog | 34995 * include/abg-hash.h (combine_hashes): Remove trailing white
|