Searched refs:PointerT (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 64 typename DifferenceTypeT = std::ptrdiff_t, typename PointerT = T *, 71 using pointer = PointerT; 175 PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); } 176 PointerT operator->() const { 203 typename PointerT = std::conditional_t< 213 DifferenceTypeT, PointerT, ReferenceT> {
|
H A D | PointerIntPair.h | 26 template <typename PointerT, unsigned IntBits, typename PtrTraits> 143 template <typename PointerT, unsigned IntBits, typename PtrTraits> 166 static PointerT getPointer(intptr_t Value) { 175 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) {
|
H A D | STLExtras.h | 521 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer; 1021 typename PointerT = T *, typename ReferenceT = T &> 1025 std::ptrdiff_t, PointerT, ReferenceT> { 1073 typename PointerT = T *, typename ReferenceT = T &> 1077 indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, ReferenceT>; 1081 PointerT, ReferenceT> { 1090 : indexed_accessor_iterator<iterator, BaseT, T, PointerT, ReferenceT>( 1094 friend indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1203 typename PointerT = T *, typename ReferenceT = T &> 1206 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT, ReferenceT> { [all …]
|