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

  /external/llvm/include/llvm/ADT/
ImmutableList.h 141 typedef ImmutableListImpl<T> ListTy;
142 typedef FoldingSet<ListTy> CacheTy;
171 const ListTy* TailImpl = Tail.getInternalPointer();
172 ListTy::Profile(ID, Head, TailImpl);
173 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos);
178 L = (ListTy*) A.Allocate<ListTy>();
179 new (L) ListTy(Head, TailImpl);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableList.h 142 typedef ImmutableListImpl<T> ListTy;
143 typedef FoldingSet<ListTy> CacheTy;
172 const ListTy* TailImpl = Tail.getInternalPointer();
173 ListTy::Profile(ID, Head, TailImpl);
174 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos);
179 L = (ListTy*) A.Allocate<ListTy>();
180 new (L) ListTy(Head, TailImpl);
  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 75 typedef SymbolTableList<ValueSubClass> ListTy;
88 ListTy *Anchor(static_cast<ListTy *>(this));
93 static ListTy &getList(ItemParentClass *Par) {
  /external/clang/lib/ARCMigrate/
Internals.h 26 typedef std::list<StoredDiagnostic> ListTy;
27 ListTy List;
39 typedef ListTy::const_iterator iterator;
ARCMT.cpp 34 ListTy::iterator I = List.begin();
43 ListTy::iterator eraseS = I++;
63 ListTy::const_iterator I = List.begin();
81 for (ListTy::const_iterator I = List.begin(), E = List.end(); I != E; ++I)
86 for (ListTy::const_iterator I = List.begin(), E = List.end(); I != E; ++I)
  /external/llvm/include/llvm/CodeGen/
DIE.h 526 typedef IntrusiveBackList<Node> ListTy;
527 ListTy List;
532 : public iterator_adaptor_base<value_iterator, ListTy::iterator,
535 typedef iterator_adaptor_base<value_iterator, ListTy::iterator,
541 explicit value_iterator(ListTy::iterator X) : iterator_adaptor(X) {}
548 const_value_iterator, ListTy::const_iterator,
550 typedef iterator_adaptor_base<const_value_iterator, ListTy::const_iterator,
558 explicit const_value_iterator(ListTy::const_iterator X)
570 return value_iterator(ListTy::toIterator(List.back()));
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 44 ListTy &ItemList = getList(getListOwner());
  /external/llvm/lib/TableGen/
Record.cpp 93 if (!ListTy)
94 ListTy.reset(new ListRecTy(this));
95 return ListTy.get();
146 if (const auto *ListTy = dyn_cast<ListRecTy>(RHS))
147 return Ty->typeIsConvertibleTo(ListTy->getElementType());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 87 if (!ListTy)
88 ListTy = new ListRecTy(this);
89 return ListTy;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 70 ListRecTy *ListTy;
72 RecTy() : ListTy(0) {}
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 96 typedef SmallVector<UnqualUsingEntry, 8> ListTy;
98 ListTy list;
195 typedef ListTy::const_iterator const_iterator;
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 57 std::unique_ptr<ListRecTy> ListTy;
    [all...]

Completed in 274 milliseconds