Home
last modified time | relevance | path

Searched refs:PointerT (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h29 using PointerT = PointerArgT; member
100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set()
110 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
131 typename HelperT::template Lookup<N>::PointerT cast() const { in cast()
140 typename HelperT::template Lookup<HelperT::MinTag>::PointerT const *
148 typename HelperT::template Lookup<HelperT::MinTag>::PointerT *
212 template <TagT N, typename PointerT, typename TraitsT>
213 static PointerSumTypeMember<N, PointerT, TraitsT>
214 LookupOverload(PointerSumTypeMember<N, PointerT, TraitsT> *);
222 using PointerT = typename MemberT::PointerT; member
[all …]
H A Diterator.h78 typename DifferenceTypeT = std::ptrdiff_t, typename PointerT = T *,
85 using pointer = PointerT;
125 PointerT operator->() const { return &R; }
227 typename PointerT = std::conditional_t<
237 DifferenceTypeT, PointerT, ReferenceT> {
H A DPointerIntPair.h61 template <typename PointerT, unsigned IntBits, typename PtrTraits>
167 template <typename PointerT, unsigned IntBits, typename PtrTraits>
190 static PointerT getPointer(intptr_t Value) { in getPointer()
199 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer()
H A DSTLExtras.h614 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer;
1195 typename PointerT = T *, typename ReferenceT = T &>
1247 typename PointerT = T *, typename ReferenceT = T &>
1254 PointerT, ReferenceT> {
1266 friend indexed_accessor_range_base<DerivedT, BaseT, T, PointerT,
1358 typename PointerT, typename ReferenceT>
1366 typename PointerT, typename ReferenceT>
1382 typename PointerT = T *, typename ReferenceT = T &>
1385 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT, ReferenceT> {
1389 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT, ReferenceT>(
[all …]