Searched refs:IteratorTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 335 template <typename IteratorTy> 336 std::reverse_iterator<IteratorTy> make_reverse_iterator(IteratorTy It) { 1409 template <class IteratorTy> 1410 inline void presortShuffle(IteratorTy Start, IteratorTy End) { 1432 template<class IteratorTy> 1433 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1444 template <class IteratorTy> 1446 IteratorTy Start, IteratorTy End, 1475 inline void sort(IteratorTy Start, IteratorTy End) { 1487 inline void sort(IteratorTy Start, IteratorTy End) { [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2950 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local 2952 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds() 2954 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
|