Searched refs:PointerT (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
H A D | formatter.pointer.pass.cpp | 42 template <class StringT, class StringViewT, class PointerT> in test() 43 void test(StringT expected, StringViewT fmt, PointerT arg, std::size_t offset) { in test() 46 std::formatter<PointerT, CharT> formatter; in test() 71 template <class StringT, class PointerT> in test_termination_condition() 72 void test_termination_condition(StringT expected, StringT f, PointerT arg) { in test_termination_condition() 91 template <class PointerT, class CharT> in test_pointer_type() 93 test_termination_condition(STR("0x0"), STR("}"), PointerT(0)); in test_pointer_type() 94 test_termination_condition(STR("0x42"), STR("}"), PointerT(0x42)); in test_pointer_type() 95 test_termination_condition(STR("0xffff"), STR("}"), PointerT(0xffff)); in test_pointer_type() 96 test_termination_condition(STR(""), STR("}"), PointerT( in test_pointer_type() [all...] |
/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 | 606 using PointerT = typename std::iterator_traits<WrappedIteratorT>::pointer; 1202 typename PointerT = T *, typename ReferenceT = T &> 1206 std::ptrdiff_t, PointerT, ReferenceT> { 1255 typename PointerT = T *, typename ReferenceT = T &> 1262 PointerT, ReferenceT> { 1274 friend indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1366 typename PointerT, typename ReferenceT> 1367 bool operator==(const indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, 1374 typename PointerT, typename ReferenceT> 1375 bool operator!=(const indexed_accessor_range_base<DerivedT, BaseT, T, PointerT, [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinAttributes.h | 50 template <typename ConcreteT, typename T, typename PointerT = T *, 54 PointerT, ReferenceT> { 59 PointerT, ReferenceT>({data, isSplat}, in DenseElementIndexedIteratorImpl()
|