Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h74 template <class T> struct AllocValueType { struct
81 static constexpr size_t DefaultContentAllocSize = sizeof(AllocValueType<T>); argument
84 static constexpr size_t DefaultContentAllocAlign = alignof(AllocValueType<T>);
88 offsetof(AllocValueType<T>, Content);