HomeSort by: relevance | last modified time | path
    Searched refs:ImmutableListImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableList.h 27 class ImmutableListImpl : public FoldingSetNode {
31 const ImmutableListImpl* Tail;
34 ImmutableListImpl(ElemT &&head, const ImmutableListImpl *tail = nullptr)
38 ImmutableListImpl(const ImmutableListImpl &) = delete;
39 ImmutableListImpl &operator=(const ImmutableListImpl &) = delete;
42 const ImmutableListImpl* getTail() const { return Tail; }
45 const ImmutableListImpl* L)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 249 return p ? data_type((const llvm::ImmutableListImpl<T> *) *p)
254 return const_cast<llvm::ImmutableListImpl<T> *>(D.getInternalPointer());

Completed in 52 milliseconds