Home
last modified time | relevance | path

Searched refs:__hash_memory (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h245 [[__gnu__::__pure__]] _LIBCPP_EXPORTED_FROM_ABI size_t __hash_memory(_LIBCPP_NOESCAPE const void*, …
247 _LIBCPP_HIDE_FROM_ABI inline size_t __hash_memory(const void* __ptr, size_t __size) _NOEXCEPT {
291 return std::__hash_memory(std::addressof(__u), sizeof(__u));
307 return std::__hash_memory(std::addressof(__u), sizeof(__u));
324 return std::__hash_memory(std::addressof(__u), sizeof(__u));
347 return std::__hash_memory(std::addressof(__u), sizeof(__u));
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfunctional.cpp17 size_t __hash_memory(_LIBCPP_NOESCAPE const void* ptr, size_t size) noexcept { in __hash_memory() function
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h530 return std::__hash_memory(__p, (__e - __p) * sizeof(value_type));