Searched defs:ImmutableListFactory (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory;
34 friend class ImmutableListFactory<T>;
59 /// be created by ImmutableListFactory objects that manage the lifetime
66 typedef ImmutableListFactory<T> Factory;
72 // This constructor should normally only be called by ImmutableListFactory<T>.
114 /// from the same ImmutableListFactory are uniqued, this has O(1) complexity
117 /// ImmutableListFactory.
140 class ImmutableListFactory { class in namespace:llvm
156 ImmutableListFactory() function in class:llvm::ImmutableListFactory
159 ImmutableListFactory(BumpPtrAllocato function in class:llvm::ImmutableListFactory
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory;
34 friend class ImmutableListFactory<T>;
60 /// be created by ImmutableListFactory objects that manage the lifetime
67 typedef ImmutableListFactory<T> Factory;
73 // This constructor should normally only be called by ImmutableListFactory<T>.
115 /// from the same ImmutableListFactory are uniqued, this has O(1) complexity
118 /// ImmutableListFactory.
141 class ImmutableListFactory { class in namespace:llvm
157 ImmutableListFactory() function in class:llvm::ImmutableListFactory
160 ImmutableListFactory(BumpPtrAllocato function in class:llvm::ImmutableListFactory
[all...]

Completed in 392 milliseconds