Searched refs: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 = 0) function in class:llvm::ImmutableListImpl
36 void operator=(const ImmutableListImpl&) LLVM_DELETED_FUNCTION;
37 ImmutableListImpl(const ImmutableListImpl&) LLVM_DELETED_FUNCTION;
41 const ImmutableListImpl* getTail() const { return Tail; }
44 const ImmutableListImpl* L){
55 /// It is implemented as a smart pointer (wraps ImmutableListImpl), s
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h28 template <typename T> class ImmutableListImpl;
167 return p ? data_type((const llvm::ImmutableListImpl<T>*) *p)
172 return const_cast<llvm::ImmutableListImpl<T> *>(D.getInternalPointer());

Completed in 1741 milliseconds