Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h452 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>; member
457 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),