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

  /external/llvm/include/llvm/ADT/
ImmutableList.h 27 class ImmutableListImpl : public FoldingSetNode {
29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = 0)
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), so i
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 28 template <typename T> class ImmutableListImpl;
165 return p ? data_type((const llvm::ImmutableListImpl<T>*) *p)
170 return const_cast<llvm::ImmutableListImpl<T> *>(D.getInternalPointer());

Completed in 60 milliseconds