Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 110) sorted by relevance

12345

/llvm-project/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
H A Dhash.pass.cpp23 template <> struct hash<X> global() struct
41 operator ()std::hash main() argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp6.cpp17 template<typename T> struct hash { }; struct
32 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 Ddcl58-cpp.cpp197 struct std::hash<::SpaceA::SpaceB::MapKey> { struct in std
215 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 Dhash.pass.cpp26 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 Dhash.pass.cpp29 struct hash<B> { global() struct
39 operator ()std::hash main() argument
[all...]
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dcompare.pass.cpp31 struct hash<Key> global() struct
33 operator ()std::hash operator ()() argument
/llvm-project/libcxx/test/std/containers/container.node/
H A Dnode_handle.pass.cpp64 template <> struct hash<Static> global() struct
74 result_typestd::hash global() argument
/llvm-project/libc/test/src/__support/
H A Dhash_test.cpp38 uint64_t hash; in TEST() local
71 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 Dhash_unique_ptr.pass.cpp51 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 Dpr27445.h3 void hash() {} in hash() function
/llvm-project/libcxx/include/__fwd/
H A Dfunctional.h21 struct _LIBCPP_TEMPLATE_VIS hash; variable
/llvm-project/llvm/unittests/Support/
H A DSHA256.cpp40 auto hash = Hash.final(); in TestSHA256Sum() local
73 auto hash = Hash.final(); in TEST() local
H A DBLAKE3Test.cpp26 auto hash = Hash.final(); in TestBLAKE3Sum() local
59 auto hash = Hash.final(); in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dmissing-hash.m10 - (NSUInteger)hash; method
31 - (NSUInteger)hash { method
/llvm-project/clang/test/CodeGen/
H A Dubsan-ignorelist.c13 unsigned hash(void) { in hash() function
H A Dubsan-ignorelist-vfs.c21 unsigned hash(void) { in hash() function
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dtry.emplace.pass.cpp54 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 Dinsert_or_assign.pass.cpp55 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 Dto_std_containers.pass.cpp134 struct std::hash<std::pair<const K, V>> { struct in std
136 std::size_t h1 = std::hash<K>{}(p.first); in operator ()()
/llvm-project/polly/lib/External/isl/
H A Disl_multi_hash.c17 uint32_t hash; in FN() local
H A Disl_pw_hash.c17 uint32_t hash; in FN() local
H A Disl_gmp.c12 uint32_t isl_gmp_hash(mpz_t v, uint32_t hash) in isl_gmp_hash()
/llvm-project/flang/include/flang/Semantics/
H A Dmodule-dependences.h24 std::string &&name, bool intrinsic, ModuleCheckSumType hash) { in AddDependence()
/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h47 uint32_t hash() const { return Hash; } in hash() function
/llvm-project/clang/test/SemaObjC/
H A Dsign-conversion.m7 - (NSUInteger)hash; method

12345