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

/external/llvm/include/llvm/ADT/
H A DImmutableList.h27 class ImmutableListImpl : public FoldingSetNode { class in namespace:llvm
29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr) function in class:llvm::ImmutableListImpl
36 void operator=(const ImmutableListImpl&) = delete;
37 ImmutableListImpl(const ImmutableListImpl&) = delete;
41 const ImmutableListImpl* getTail() const { return Tail; }
44 const ImmutableListImpl* L){
55 /// It is implemented as a smart pointer (wraps ImmutableListImpl), s
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableList.h27 class ImmutableListImpl : public FoldingSetNode { class in namespace:llvm
29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = 0) function in class:llvm::ImmutableListImpl
37 void operator=(const ImmutableListImpl&);
38 ImmutableListImpl(const ImmutableListImpl&);
42 const ImmutableListImpl* getTail() const { return Tail; }
45 const ImmutableListImpl* L){
56 /// It is implemented as a smart pointer (wraps ImmutableListImpl), s
[all...]

Completed in 1221 milliseconds