Searched defs:NodeSizer (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 436 struct NodeSizer { struct 437 enum { 449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>; 451 enum { 465 using Allocator =
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 436 struct NodeSizer { struct 437 enum { 449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>; 451 enum { 465 using Allocator =
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 431 struct NodeSizer { struct 432 enum { 444 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase; 446 enum { 461 AllocBytes, CacheLineBytes> Allocator;
|