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 32 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 {
390 ImutAVLFactory()
393 ImutAVLFactory(BumpPtrAllocator& Alloc
    [all...]
ImmutableIntervalMap.h 87 class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
98 : ImutAVLFactory<ImutInfo>(Alloc) {}

Completed in 49 milliseconds