HomeSort by relevance Sort by last modified time
    Searched refs:ImutAVLFactory (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 33 template <typename ImutInfo> class ImutAVLFactory;
45 typedef ImutAVLFactory<ImutInfo> Factory;
46 friend class ImutAVLFactory<ImutInfo>;
243 /// ImutAVLFactory.
256 /// the tree is truly immutable. Trees returned from an ImutAVLFactory
291 /// ImutAVLFactory.
354 // destroying the node as part of a sweep in ImutAVLFactory::recoverNodes().
365 class ImutAVLFactory {
391 ImutAVLFactory()
394 ImutAVLFactory(BumpPtrAllocator& Alloc
    [all...]
ImmutableIntervalMap.h 87 class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
98 : ImutAVLFactory<ImutInfo>(Alloc) {}

Completed in 1202 milliseconds