Home
last modified time | relevance | path

Searched refs:nullptr_t (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-12.1/contrib/libc++/include/
H A D__nullptr24 struct _LIBCPP_TEMPLATE_VIS nullptr_t
30 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t() : __lx(0) {}
31 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : __lx(0) {}
43 …friend _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR bool operator==(nullptr_t, nullptr_t) {return t…
44 …friend _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR bool operator!=(nullptr_t, nullptr_t) {return f…
47 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR nullptr_t __get_nullptr_t() {return nullptr_t(0)…
57 typedef decltype(nullptr) nullptr_t;
H A Dspan173 typename enable_if<!__is_span<_Tp>::value, nullptr_t>::type,
175 typename enable_if<!__is_std_array<_Tp>::value, nullptr_t>::type,
177 typename enable_if<!is_array_v<_Tp>, nullptr_t>::type,
185 nullptr_t>::type
229 … enable_if_t<__is_span_compatible_container<_Container, _Tp>::value, nullptr_t> = nullptr)
236 … enable_if_t<__is_span_compatible_container<const _Container, _Tp>::value, nullptr_t> = nullptr)
245 nullptr_t> = nullptr)
253 nullptr_t> = nullptr) noexcept
405 … enable_if_t<__is_span_compatible_container<_Container, _Tp>::value, nullptr_t> = nullptr)
411 … enable_if_t<__is_span_compatible_container<const _Container, _Tp>::value, nullptr_t> = nullptr)
[all …]
H A Dmemory285 unique_ptr& operator=(nullptr_t) noexcept;
322 unique_ptr& operator=(nullptr_t) noexcept;
334 void reset(nullptr_t) noexcept;
416 shared_ptr(nullptr_t) : shared_ptr() { }
2552 unique_ptr(nullptr_t) : __ptr_(pointer())
2609 unique_ptr& operator=(nullptr_t) _NOEXCEPT {
2847 unique_ptr(nullptr_t) : __ptr_(pointer()) {
2863 unique_ptr(nullptr_t, deleter_type __d)
2890 unique_ptr& operator=(nullptr_t) _NOEXCEPT {
2939 void reset(nullptr_t = nullptr) _NOEXCEPT {
[all …]
H A Dqueue346 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type
353 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type,
354 class = typename enable_if< __is_allocator<_Alloc>::value, nullptr_t>::type
557 class = typename enable_if<!__is_allocator<_Compare>::value, nullptr_t>::type,
558 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type
566 class = typename enable_if< __is_input_iterator<_InputIterator>::value, nullptr_t>::type,
567 class = typename enable_if<!__is_allocator<_Compare>::value, nullptr_t>::type,
568 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type
576 class = typename enable_if<!__is_allocator<_Compare>::value, nullptr_t>::type,
577 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type,
[all …]
H A D__functional_03459 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
478 function& operator=(nullptr_t);
612 function<_Rp()>::operator=(nullptr_t)
739 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
758 function& operator=(nullptr_t);
892 function<_Rp(_A0)>::operator=(nullptr_t)
1019 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
1038 function& operator=(nullptr_t);
1172 function<_Rp(_A0, _A1)>::operator=(nullptr_t)
1317 function& operator=(nullptr_t);
[all …]
H A Dcstddef30 nullptr_t
44 // Don't include our own <stddef.h>; we don't want to declare ::nullptr_t.
H A Dstddef.h52 using std::nullptr_t;
H A Dexception145 _LIBCPP_INLINE_VISIBILITY exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
200 exception_ptr(nullptr_t) _NOEXCEPT;
203 exception_ptr& operator=(nullptr_t) _NOEXCEPT;
H A Dstack240 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type
247 class = typename enable_if<!__is_allocator<_Container>::value, nullptr_t>::type,
248 class = typename enable_if< __is_allocator<_Alloc>::value, nullptr_t>::type
H A Dfunctional397 function(nullptr_t) noexcept;
415 function& operator=(nullptr_t) noexcept;
442 bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
445 bool operator==(nullptr_t, const function<R(ArgTypes...)>&) noexcept;
448 bool operator!=(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
480 template <> struct hash<nullptr_t>; // C++17
1783 __value_func& operator=(nullptr_t)
2110 __policy_func& operator=(nullptr_t)
2203 function(nullptr_t) _NOEXCEPT {}
2226 function& operator=(nullptr_t) _NOEXCEPT;
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h229 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
234 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
239 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
244 bool operator!=(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
H A DPointerUnion.h166 const PointerUnion &operator=(std::nullptr_t) {
302 const PointerUnion3 &operator=(std::nullptr_t) {
411 const PointerUnion4 &operator=(std::nullptr_t) {
H A DFunctionExtras.h175 unique_function(std::nullptr_t /*null_callable*/) {} in unique_function() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h65 ReadStringAndDumpToStreamOptions &SetPrefixToken(std::nullptr_t) { in SetPrefixToken() argument
77 ReadStringAndDumpToStreamOptions &SetSuffixToken(std::nullptr_t) { in SetSuffixToken() argument
184 ReadBufferAndDumpToStreamOptions &SetPrefixToken(std::nullptr_t) { in SetPrefixToken() argument
196 ReadBufferAndDumpToStreamOptions &SetSuffixToken(std::nullptr_t) { in SetSuffixToken() argument
273 StringPrinterBufferPointer(std::nullptr_t ptr) in StringPrinterBufferPointer()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dcoroutine100 _LIBCPP_CONSTEXPR coroutine_handle(nullptr_t) _NOEXCEPT : __handle_(nullptr) {}
103 coroutine_handle& operator=(nullptr_t) _NOEXCEPT {
150 static coroutine_handle from_address(nullptr_t) _NOEXCEPT {
206 _LIBCPP_INLINE_VISIBILITY coroutine_handle(nullptr_t) _NOEXCEPT : _Base(nullptr) {}
209 coroutine_handle& operator=(nullptr_t) _NOEXCEPT {
233 static coroutine_handle from_address(nullptr_t) _NOEXCEPT {
H A Dpropagate_const26 template <class T> constexpr bool operator==(const propagate_const<T>& pt, nullptr_t);
27 template <class T> constexpr bool operator==(nullptr_t, const propagate_const<T>& pu);
28 template <class T> constexpr bool operator!=(const propagate_const<T>& pt, nullptr_t);
29 template <class T> constexpr bool operator!=(nullptr_t, const propagate_const<T>& pu);
303 _LIBCPP_CONSTEXPR bool operator==(const propagate_const<_Tp>& __pt, nullptr_t)
310 _LIBCPP_CONSTEXPR bool operator==(nullptr_t, const propagate_const<_Tp>& __pt)
317 _LIBCPP_CONSTEXPR bool operator!=(const propagate_const<_Tp>& __pt, nullptr_t)
324 _LIBCPP_CONSTEXPR bool operator!=(nullptr_t, const propagate_const<_Tp>& __pt)
H A Dfunctional37 bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
39 bool operator==(nullptr_t, const function<R(ArgTypes...)>&) noexcept;
41 bool operator!=(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
43 bool operator!=(nullptr_t, const function<R(ArgTypes...)>&) noexcept;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dstddef.h109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
110 using ::std::nullptr_t;
/freebsd-12.1/contrib/libc++/src/support/runtime/
H A Dexception_pointer_msvc.ipp29 exception_ptr::exception_ptr(nullptr_t) _NOEXCEPT { __ExceptionPtrCreate(this); }
39 exception_ptr& exception_ptr::operator=(nullptr_t) _NOEXCEPT {
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h214 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol() argument
244 JITSymbol(std::nullptr_t) in JITSymbol() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h126 SharingPtr(std::nullptr_t);
141 void reset(std::nullptr_t);
174 inline SharingPtr<T>::SharingPtr(std::nullptr_t) in SharingPtr() argument
241 template <class T> inline void SharingPtr<T>::reset(std::nullptr_t p) { in reset()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DJSON.h135 llvm::Optional<std::nullptr_t> getNull(StringRef K) const;
324 Value(std::nullptr_t) : Type(T_Null) {} in Value() argument
390 llvm::Optional<std::nullptr_t> getAsNull() const { in getAsNull()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h59 OpaquePtr(std::nullptr_t = nullptr) {}
/freebsd-12.1/lib/libcxxrt/
H A DVersion.map222 # std::nullptr_t
236 # std::nullptr_t
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h53 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t);

12