Searched refs:PointerT (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
| H A D | formatter.pointer.pass.cpp | 37 template <class StringT, class StringViewT, class PointerT> 38 void test(StringT expected, StringViewT fmt, PointerT arg) { in test() 41 std::formatter<PointerT, CharT> formatter; in test() 64 template <class StringT, class PointerT> 65 void test_termination_condition(StringT expected, StringT f, PointerT arg) { in test_termination_condition() 84 template <class PointerT, class CharT> 86 test_termination_condition(STR("0x0"), STR("}"), PointerT(0)); in test_pointer_type() 87 test_termination_condition(STR("0x42"), STR("}"), PointerT(0x42)); in test_pointer_type() 88 test_termination_condition(STR("0xffff"), STR("}"), PointerT(0xffff)); in test_pointer_type() 89 test_termination_condition(STR(""), STR("}"), PointerT(-1)); in test_pointer_type()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | PointerSumType.h | 29 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 D | PointerIntPair.h | 27 template <typename PointerT, unsigned IntBits, typename PtrTraits> 144 template <typename PointerT, unsigned IntBits, typename PtrTraits> 167 static PointerT getPointer(intptr_t Value) { 176 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) {
|
| 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 | STLExtras.h | 567 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer; 1095 typename PointerT = T *, typename ReferenceT = T &> 1099 std::ptrdiff_t, PointerT, ReferenceT> { 1147 typename PointerT = T *, typename ReferenceT = T &> 1154 PointerT, ReferenceT> { 1166 friend indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1277 typename PointerT = T *, typename ReferenceT = T &> 1280 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT, ReferenceT> { 1284 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT, ReferenceT>( 1287 DerivedT, std::pair<BaseT, ptrdiff_t>, T, PointerT,
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinAttributes.h | 40 template <typename ConcreteT, typename T, typename PointerT = T *, 44 PointerT, ReferenceT> { 49 PointerT, ReferenceT>({data, isSplat}, in DenseElementIndexedIteratorImpl()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 112 using PointerT = typename std::iterator_traits<ItrType>::pointer; variable 138 PointerT operator->() { return &operator*(); }
|