Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DDenseMapInfo.h33 template <typename T> struct CachedHash { struct
34 CachedHash(T Val) : Val(std::move(Val)) { in CachedHash() argument
37 CachedHash(T Val, unsigned Hash) : Val(std::move(Val)), Hash(Hash) {} in CachedHash() function
42 // Provide DenseMapInfo for all CachedHash<T>. argument