/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
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 …]
|
D | iterator.h | 65 typename DifferenceTypeT = std::ptrdiff_t, typename PointerT = T *, 68 : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT, 169 PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); } 170 PointerT operator->() const { 197 typename PointerT = typename std::conditional< 207 DifferenceTypeT, PointerT, ReferenceT> {
|
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) {
|
D | STLExtras.h | 461 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
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 …]
|
D | iterator.h | 65 typename DifferenceTypeT = std::ptrdiff_t, typename PointerT = T *, 68 : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT, 169 PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); } 170 PointerT operator->() const { 197 typename PointerT = std::conditional_t< 207 DifferenceTypeT, PointerT, ReferenceT> {
|
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) {
|
D | STLExtras.h | 530 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer; 1030 typename PointerT = T *, typename ReferenceT = T &> 1034 std::ptrdiff_t, PointerT, ReferenceT> { 1082 typename PointerT = T *, typename ReferenceT = T &> 1086 indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, ReferenceT>; 1090 PointerT, ReferenceT> { 1099 : indexed_accessor_iterator<iterator, BaseT, T, PointerT, ReferenceT>( 1103 friend indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1212 typename PointerT = T *, typename ReferenceT = T &> 1215 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT, ReferenceT> { [all …]
|
/external/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 27 typedef PointerArgT PointerT; typedef 73 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create() 86 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const { in get() 92 typename HelperT::template Lookup<N>::PointerT cast() const { in cast() 125 template <TagT N, typename PointerT, typename TraitsT> 126 static PointerSumTypeMember<N, PointerT, TraitsT> 127 LookupOverload(PointerSumTypeMember<N, PointerT, TraitsT> *); 135 typedef typename MemberT::PointerT PointerT; typedef 183 typedef typename HelperT::template Lookup<HelperT::MinTag>::PointerT
|
D | iterator.h | 36 typename DifferenceTypeT = std::ptrdiff_t, typename PointerT = T *, 39 : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT, 136 PointerT operator->() const { 158 typename PointerT = T *, typename ReferenceT = T &, 163 DifferenceTypeT, PointerT, ReferenceT> {
|
D | PointerIntPair.h | 26 template <typename PointerT, unsigned IntBits, typename PtrTraits> 124 template <typename PointerT, unsigned IntBits, typename PtrTraits> 147 static PointerT getPointer(intptr_t Value) { in getPointer() 156 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | iterator.h | 37 typename DifferenceTypeT = std::ptrdiff_t, typename PointerT = T *, 40 : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT, 137 PointerT operator->() const { 159 typename PointerT = typename std::conditional< 171 DifferenceTypeT, PointerT, ReferenceT> {
|
D | PointerIntPair.h | 26 template <typename PointerT, unsigned IntBits, typename PtrTraits> 124 template <typename PointerT, unsigned IntBits, typename PtrTraits> 147 static PointerT getPointer(intptr_t Value) { in getPointer() 156 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | BuiltinAttributes.h | 520 template <typename ConcreteT, typename T, typename PointerT = T *, 524 PointerT, ReferenceT> { 529 PointerT, ReferenceT>({data, isSplat}, in DenseElementIndexedIteratorImpl()
|