Home
last modified time | relevance | path

Searched refs:IteratorTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h56 template <class IteratorTy, class ParentTy, bool IsConst>
58 template <class IteratorTy, class ParentTy>
59 class iterator_parent_access<IteratorTy, ParentTy, true> {
62 return static_cast<IteratorTy *>(this)->NodePtr->getParent();
65 template <class IteratorTy, class ParentTy>
66 class iterator_parent_access<IteratorTy, ParentTy, false> {
69 return static_cast<IteratorTy *>(this)->NodePtr->getParent();
72 template <class IteratorTy>
73 class iterator_parent_access<IteratorTy, void, true> {};
74 template <class IteratorTy>
[all …]
H A DSTLExtras.h1583 template <class IteratorTy>
1584 inline void presortShuffle(IteratorTy Start, IteratorTy End) {
1606 template<class IteratorTy>
1607 inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
1613 detail::presortShuffle<IteratorTy>(Start, End);
1618 template <class IteratorTy>
1620 IteratorTy Start, IteratorTy End,
1622 const typename std::iterator_traits<IteratorTy>::value_type *,
1623 const typename std::iterator_traits<IteratorTy>::value_type *)) {
1629 detail::presortShuffle<IteratorTy>(Start, End);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp98 using IteratorTy = ArrayTy::iterator; in getLeafOrCompositeConstructs() typedef
101 IteratorTy Iter = Leafs.begin(); in getLeafOrCompositeConstructs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp275 template<typename IteratorTy>
276 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3189 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local
3191 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
3193 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()