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

  /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/swiftshader/third_party/llvm-subzero/include/llvm/IR/
SymbolTableListTraits.h 64 typedef SymbolTableList<ValueSubClass> ListTy;
78 ListTy *Anchor(static_cast<ListTy *>(this));
83 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;
  /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/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/clang/lib/Sema/
SemaLookup.cpp 96 typedef SmallVector<UnqualUsingEntry, 8> ListTy;
98 ListTy list;
195 typedef ListTy::const_iterator const_iterator;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 70 ListRecTy *ListTy;
72 RecTy() : ListTy(0) {}
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 57 std::unique_ptr<ListRecTy> ListTy;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
Record.h 71 ListRecTy *ListTy = nullptr;
    [all...]

Completed in 1446 milliseconds