Home
last modified time | relevance | path

Searched defs:can_hash (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libcxx/test/support/
Dpoisoned_hash_helper.h122 constexpr bool can_hash(int) { in can_hash() function
125 template <class> constexpr bool can_hash(long) { return false; } in can_hash() function
126 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function
/external/libcxx/test/support/
Dpoisoned_hash_helper.hpp123 constexpr bool can_hash(int) { in can_hash() function
126 template <class> constexpr bool can_hash(long) { return false; } in can_hash() function
127 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function