Searched refs:ImutAVLFactory (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h32 template <typename ImutInfo> class ImutAVLFactory;
44 typedef ImutAVLFactory<ImutInfo> Factory;
45 friend class ImutAVLFactory<ImutInfo>;
242 /// ImutAVLFactory.
255 /// the tree is truly immutable. Trees returned from an ImutAVLFactory
290 /// ImutAVLFactory.
353 // destroying the node as part of a sweep in ImutAVLFactory::recoverNodes().
364 class ImutAVLFactory { class in namespace:llvm
390 ImutAVLFactory() function in class:llvm::ImutAVLFactory
393 ImutAVLFactory(BumpPtrAllocato function in class:llvm::ImutAVLFactory
[all...]
H A DImmutableIntervalMap.h87 class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
98 : ImutAVLFactory<ImutInfo>(Alloc) {}

Completed in 69 milliseconds