Searched refs:PointerT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 29 using PointerT = PointerArgT; member 90 typename HelperT::template Lookup<HelperT::MinTag>::PointerT MinTagPointer; 100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() 110 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create() 125 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const { in get() 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> [all …]
|
H A D | iterator.h | 78 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 D | PointerIntPair.h | 61 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 D | STLExtras.h | 605 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer; 1186 typename PointerT = T *, typename ReferenceT = T &> 1190 std::ptrdiff_t, PointerT, ReferenceT> { 1238 typename PointerT = T *, typename ReferenceT = T &> 1245 PointerT, ReferenceT> { 1257 friend indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1349 typename PointerT, typename ReferenceT> 1350 bool operator==(const indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1357 typename PointerT, typename ReferenceT> 1358 bool operator!=(const indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, [all …]
|