Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h444 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase; typedef
449 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),