Home
last modified time | relevance | path

Searched defs:ListTy (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DSymbolTableListTraits.h68 using ListTy = SymbolTableList<ValueSubClass>; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DSymbolTableListTraits.h64 typedef SymbolTableList<ValueSubClass> ListTy; typedef
/external/llvm/include/llvm/IR/
DSymbolTableListTraits.h75 typedef SymbolTableList<ValueSubClass> ListTy; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableList.h144 using ListTy = ImmutableListImpl<T>; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableList.h142 typedef ImmutableListImpl<T> ListTy; typedef
/external/llvm/include/llvm/ADT/
DImmutableList.h141 typedef ImmutableListImpl<T> ListTy; typedef
/external/clang/lib/ARCMigrate/
DInternals.h26 typedef std::list<StoredDiagnostic> ListTy; typedef
/external/llvm/include/llvm/CodeGen/
DDIE.h526 typedef IntrusiveBackList<Node> ListTy; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h596 using ListTy = IntrusiveBackList<Node>; variable
/external/llvm/include/llvm/TableGen/
DRecord.h57 std::unique_ptr<ListRecTy> ListTy; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h71 ListRecTy *ListTy = nullptr; variable
/external/llvm/lib/TableGen/
DRecord.cpp146 if (const auto *ListTy = dyn_cast<ListRecTy>(RHS)) in typeIsConvertibleTo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp128 if (const auto *ListTy = dyn_cast<ListRecTy>(RHS)) in typeIsConvertibleTo() local
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h70 ListRecTy *ListTy; variable
/external/clang/lib/Sema/
DSemaLookup.cpp96 typedef SmallVector<UnqualUsingEntry, 8> ListTy; typedef in __anon54059c910111::UnqualUsingDirectiveSet