Searched refs:IteratorTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 274 template <typename IteratorTy> 275 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { 276 return std::reverse_iterator<IteratorTy>(It); 1082 template<class IteratorTy> 1083 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1095 template <class IteratorTy> 1097 IteratorTy Start, IteratorTy End, 1115 template <typename IteratorTy> 1116 inline void sort(IteratorTy Start, IteratorTy End) { 1128 template <typename IteratorTy, typename Compare> [all …]
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 265 template<typename IteratorTy> 266 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2103 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local 2105 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds() 2107 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
|