Home
last modified time | relevance | path

Searched refs:IterType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h153 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
176 bool operator==(const IterType &R) const {
201 IterType &operator+=(unsigned N) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2498 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2522 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
2546 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
2547 IterType = IntRecTy::get(); in ParseForeachDeclaration()
2551 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
2554 if (!IterType) in ParseForeachDeclaration()
2557 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree.h1522 template <typename IterType>
1523 static IterType internal_last(IterType iter);
2475 template <typename IterType>
2476 inline IterType btree<P>::internal_last(IterType iter) {
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc110 template <typename IterType, typename CheckerIterType>
111 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
120 template <typename IterType, typename CheckerIterType>
121 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()