Home
last modified time | relevance | path

Searched defs:min_pointer (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dmin_allocator.h206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
223 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
236 template <class U, class XID> friend class min_pointer; variable
244 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
247 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dmin_allocator.h206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
223 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
236 template <class U, class XID> friend class min_pointer; variable
244 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
247 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dmin_allocator.h206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
223 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
236 template <class U, class XID> friend class min_pointer; variable
244 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
247 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dmin_allocator.h206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
223 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
236 template <class U, class XID> friend class min_pointer; variable
244 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
247 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dmin_allocator.h194 template <class T, class = std::integral_constant<size_t, 0> > class min_pointer; variable
206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() function
208 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {} in min_pointer() function
214 template <class U, class XID> friend class min_pointer; variable
236 template <class U, class XID> friend class min_pointer; variable
244 TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {} in min_pointer() function
305 template <class U, class XID> friend class min_pointer; variable
314 TEST_CONSTEXPR_CXX14 explicit min_pointer(const T* p) : ptr_(p) {} in min_pointer() function
317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() function
318 TEST_CONSTEXPR_CXX14 min_pointer(min_pointer<T, ID> p) : ptr_(p.ptr_) {} in min_pointer() function
[all …]