| /llvm-project/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/ | 
| H A D | hash.pass.cpp | 23 template <> struct hash<X> global()  struct 41 operator ()std::hash main()  argument
 
 | 
| /llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ | 
| H A D | p6.cpp | 17 template<typename T> struct hash { };  struct32 template<> struct hash<S> {  struct
 33   int operator()(const S& k) const {  in operator ()()
 
 | 
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ | 
| H A D | dcl58-cpp.cpp | 197 struct std::hash<::SpaceA::SpaceB::MapKey> {  struct in std215 struct std::hash<myint> {
 229 struct ::std::hash<long> {
 230   unsigned long operator()(const long &K) const {  in operator ()()
 
 | 
| /llvm-project/libcxx/test/std/utilities/variant/variant.hash/ | 
| H A D | hash.pass.cpp | 26 struct std::hash<::MakeEmptyT> {  struct 38 operator ()std::hash test_hash_variant()  argument
 129 struct hash<B> { global()  struct
 130 operator ()std::hash operator ()()  argument
 [all...]
 | 
| /llvm-project/libcxx/test/std/utilities/optional/optional.hash/ | 
| H A D | hash.pass.cpp | 29 struct hash<B> { global()  struct 39 operator ()std::hash main()  argument
 [all...]
 | 
| /llvm-project/libcxx/test/std/containers/unord/unord.map/ | 
| H A D | compare.pass.cpp | 31 struct hash<Key> global()  struct 33 operator ()std::hash operator ()()  argument
 
 | 
| /llvm-project/libcxx/test/std/containers/container.node/ | 
| H A D | node_handle.pass.cpp | 64 template <> struct hash<Static> global()  struct 74 result_typestd::hash global()  argument
 
 | 
| /llvm-project/libc/test/src/__support/ | 
| H A D | hash_test.cpp | 38       uint64_t hash;  in TEST()  local71       uint64_t hash;  in TEST()  local
 111         uint64_t hash = state.finish();  in TEST()  local
 133     uint64_t hash = state.finish();  in TEST()  local
 
 | 
| /llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ | 
| H A D | hash_unique_ptr.pass.cpp | 51 struct std::hash<min_pointer<T, std::integral_constant<std::size_t, 1>>> {  struct in std 54     return std::hash<T*>{}(std::addressof(*p)); in operator ()()   argument
 
 | 
| /llvm-project/clang/test/PCH/Inputs/ | 
| H A D | pr27445.h | 3   void hash() {}  in hash()  function
 | 
| /llvm-project/libcxx/include/__fwd/ | 
| H A D | functional.h | 21 struct _LIBCPP_TEMPLATE_VIS hash;  variable
 | 
| /llvm-project/llvm/unittests/Support/ | 
| H A D | SHA256.cpp | 40   auto hash = Hash.final();  in TestSHA256Sum()  local73   auto hash = Hash.final();  in TEST()  local
 
 | 
| H A D | BLAKE3Test.cpp | 26   auto hash = Hash.final();  in TestBLAKE3Sum()  local59   auto hash = Hash.final();  in TEST()  local
 
 | 
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ | 
| H A D | missing-hash.m | 10 - (NSUInteger)hash;  method31 - (NSUInteger)hash {  method
 
 | 
| /llvm-project/clang/test/CodeGen/ | 
| H A D | ubsan-ignorelist.c | 13 unsigned hash(void) {  in hash()  function
 | 
| H A D | ubsan-ignorelist-vfs.c | 21 unsigned hash(void) {  in hash()  function
 | 
| /llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ | 
| H A D | try.emplace.pass.cpp | 54     std::size_t hash () const { return std::hash<int>()(int_) + std::hash<double>()(double_); } in hash()   function in Moveable 61 struct std::hash<Moveable> {  struct
 62   std::size_t operator()(const Moveable& m) const { return m.hash(); } in operator ()()   argument
 
 | 
| H A D | insert_or_assign.pass.cpp | 55     std::size_t hash () const { return std::hash<int>()(int_) + std::hash<double>()(double_); } in hash()   function in Moveable 62 struct std::hash<Moveable> {  struct
 63   std::size_t operator()(const Moveable& m) const { return m.hash(); } in operator ()()   argument
 
 | 
| /llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/ | 
| H A D | to_std_containers.pass.cpp | 134 struct std::hash<std::pair<const K, V>> {  struct in std136     std::size_t h1 = std::hash<K>{}(p.first);  in operator ()()
 
 | 
| /llvm-project/polly/lib/External/isl/ | 
| H A D | isl_multi_hash.c | 17 	uint32_t hash;  in FN()  local
 | 
| H A D | isl_pw_hash.c | 17 	uint32_t hash;  in FN()  local
 | 
| H A D | isl_gmp.c | 12 uint32_t isl_gmp_hash(mpz_t v, uint32_t hash)  in isl_gmp_hash()
 | 
| /llvm-project/flang/include/flang/Semantics/ | 
| H A D | module-dependences.h | 24       std::string &&name, bool intrinsic, ModuleCheckSumType hash) {  in AddDependence()
 | 
| /llvm-project/llvm/include/llvm/ADT/ | 
| H A D | CachedHashString.h | 47   uint32_t hash() const { return Hash; }  in hash()  function
 | 
| /llvm-project/clang/test/SemaObjC/ | 
| H A D | sign-conversion.m | 7 - (NSUInteger)hash;  method
 |