Searched refs:IteratorTy (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 335 template <typename IteratorTy> 336 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { 337 return std::reverse_iterator<IteratorTy>(It); 1357 template <class IteratorTy> 1358 inline void presortShuffle(IteratorTy Start, IteratorTy End) { 1380 template<class IteratorTy> 1381 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1387 detail::presortShuffle<IteratorTy>(Start, End); 1392 template <class IteratorTy> 1394 IteratorTy Start, IteratorTy End, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 277 template<typename IteratorTy> 278 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2923 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local 2925 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds() 2927 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
|