Home
last modified time | relevance | path

Searched refs:IteratorTy (Results 1 – 6 of 6) 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.h1605 template <class IteratorTy>
1606 inline void presortShuffle(IteratorTy Start, IteratorTy End) {
1628 template<class IteratorTy>
1629 inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
1635 detail::presortShuffle<IteratorTy>(Start, End);
1640 template <class IteratorTy>
1642 IteratorTy Start, IteratorTy End,
1644 const typename std::iterator_traits<IteratorTy>::value_type *,
1645 const typename std::iterator_traits<IteratorTy>::value_type *)) {
1651 detail::presortShuffle<IteratorTy>(Start, End);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp100 using IteratorTy = ArrayTy::iterator; in getLeafOrCompositeConstructs() typedef
103 IteratorTy Iter = Leafs.begin(); in getLeafOrCompositeConstructs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp274 template<typename IteratorTy>
275 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h561 template <typename IteratorTy>
562 NodeT *findNearestCommonDominator(iterator_range<IteratorTy> Nodes) const {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3334 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local
3336 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
3338 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()