Searched refs:IteratorTy (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 220 template <typename IteratorTy> 221 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { in make_reverse_iterator() 222 return std::reverse_iterator<IteratorTy>(It); in make_reverse_iterator() 325 template<class IteratorTy> 326 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 334 template <class IteratorTy> 336 IteratorTy Start, IteratorTy End, 338 const typename std::iterator_traits<IteratorTy>::value_type *, 339 const typename std::iterator_traits<IteratorTy>::value_type *)) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 219 template <typename IteratorTy> 220 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { in make_reverse_iterator() 221 return std::reverse_iterator<IteratorTy>(It); in make_reverse_iterator() 425 template<class IteratorTy> 426 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 434 template <class IteratorTy> 436 IteratorTy Start, IteratorTy End, 438 const typename std::iterator_traits<IteratorTy>::value_type *, 439 const typename std::iterator_traits<IteratorTy>::value_type *)) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | STLExtras.h | 272 template <typename IteratorTy> 273 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { 274 return std::reverse_iterator<IteratorTy>(It); 1059 template <class IteratorTy> 1060 inline void presortShuffle(IteratorTy Start, IteratorTy End) { 1082 template<class IteratorTy> 1083 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1089 detail::presortShuffle<IteratorTy>(Start, End); 1094 template <class IteratorTy> 1096 IteratorTy Start, IteratorTy End, [all …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | STLExtras.h | 344 template <typename IteratorTy> 345 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { 346 return std::reverse_iterator<IteratorTy>(It); 1373 template <class IteratorTy> 1374 inline void presortShuffle(IteratorTy Start, IteratorTy End) { 1396 template<class IteratorTy> 1397 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1403 detail::presortShuffle<IteratorTy>(Start, End); 1408 template <class IteratorTy> 1410 IteratorTy Start, IteratorTy End, [all …]
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Diagnostics.h | 162 template <typename IteratorTy, typename NotePtrTy = decltype(*IteratorTy()), 163 typename ResultTy = decltype(**IteratorTy())> 165 : public llvm::mapped_iterator<IteratorTy, ResultTy (*)(NotePtrTy)> { 169 NoteIteratorImpl(IteratorTy it) in NoteIteratorImpl() 170 : llvm::mapped_iterator<IteratorTy, ResultTy (*)(NotePtrTy)>(it, in NoteIteratorImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 276 template<typename IteratorTy> 277 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
|
/external/llvm-project/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 277 template<typename IteratorTy> 278 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2746 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local 2748 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds() 2750 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
|