/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | unique_ptr.h | 136 constexpr unique_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 200 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 304 constexpr unique_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 346 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 394 reset(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 452 operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 457 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() 469 operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 474 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() 491 operator<(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | shared_ptr.h | 146 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 266 constexpr shared_ptr(nullptr_t __p) noexcept in _GLIBCXX_VISIBILITY() 334 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 339 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 350 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 355 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 369 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 374 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 385 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
H A D | shared_ptr_base.h | 312 _Sp_counted_ptr<nullptr_t, _S_single>::_M_dispose() noexcept { } in _GLIBCXX_VISIBILITY() 316 _Sp_counted_ptr<nullptr_t, _S_mutex>::_M_dispose() noexcept { } in _GLIBCXX_VISIBILITY() 320 _Sp_counted_ptr<nullptr_t, _S_atomic>::_M_dispose() noexcept { } in _GLIBCXX_VISIBILITY() 797 __shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 802 __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 874 constexpr __shared_ptr(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 1075 operator==(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 1080 operator==(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept in _GLIBCXX_VISIBILITY() 1091 operator!=(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 1096 operator!=(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
H A D | c++config | 177 typedef decltype(nullptr) nullptr_t;
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | unique_ptr.h | 236 constexpr unique_ptr(nullptr_t) noexcept : _M_t() { } in _GLIBCXX_VISIBILITY() 316 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 444 is_same<_Up, nullptr_t>>, in _GLIBCXX_VISIBILITY() 520 constexpr unique_ptr(nullptr_t) noexcept : _M_t() { } in _GLIBCXX_VISIBILITY() 575 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 649 void reset(nullptr_t = nullptr) noexcept in _GLIBCXX_VISIBILITY() 695 operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 700 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() 712 operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 717 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
H A D | shared_ptr.h | 173 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 212 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 307 constexpr shared_ptr(nullptr_t) noexcept : shared_ptr() { } in _GLIBCXX_VISIBILITY() 388 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 393 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 403 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 408 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 423 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 431 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 444 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
H A D | shared_ptr_base.h | 396 _Sp_counted_ptr<nullptr_t, _S_single>::_M_dispose() noexcept { } in _GLIBCXX_VISIBILITY() 400 _Sp_counted_ptr<nullptr_t, _S_mutex>::_M_dispose() noexcept { } in _GLIBCXX_VISIBILITY() 404 _Sp_counted_ptr<nullptr_t, _S_atomic>::_M_dispose() noexcept { } in _GLIBCXX_VISIBILITY() 1150 __shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 1155 __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 1236 constexpr __shared_ptr(nullptr_t) noexcept : __shared_ptr() { } in _GLIBCXX_VISIBILITY() 1416 operator==(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 1421 operator==(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept in _GLIBCXX_VISIBILITY() 1432 operator!=(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 1437 operator!=(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
H A D | std_function.h | 402 function(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 493 operator=(nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 745 operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 751 operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept in _GLIBCXX_VISIBILITY() 763 operator!=(const function<_Res(_Args...)>& __f, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 769 operator!=(nullptr_t, const function<_Res(_Args...)>& __f) noexcept in _GLIBCXX_VISIBILITY()
|
H A D | allocated_ptr.h | 78 operator=(std::nullptr_t) noexcept in _GLIBCXX_VISIBILITY()
|
H A D | c++config | 242 typedef decltype(nullptr) nullptr_t;
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 157 constexpr shared_ptr(nullptr_t __p) in _GLIBCXX_VISIBILITY() 266 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 271 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 282 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 287 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 303 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() 311 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept in _GLIBCXX_VISIBILITY() 325 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
H A D | memory | 72 constexpr observer_ptr(nullptr_t) noexcept 176 operator==(observer_ptr<_Tp> __p, nullptr_t) noexcept 183 operator==(nullptr_t, observer_ptr<_Tp> __p) noexcept 190 operator!=(observer_ptr<_Tp> __p, nullptr_t) noexcept 197 operator!=(nullptr_t, observer_ptr<_Tp> __p) noexcept
|
H A D | propagate_const | 243 operator==(const propagate_const<_Tp>& __pt, nullptr_t) 250 operator==(nullptr_t, const propagate_const<_Tp>& __pu) 257 operator!=(const propagate_const<_Tp>& __pt, nullptr_t) 263 constexpr bool operator!=(nullptr_t, const propagate_const<_Tp>& __pu)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | aligned_buffer.h | 61 __aligned_membuf(std::nullptr_t) { } in __aligned_membuf() 99 __aligned_buffer(std::nullptr_t) { } in __aligned_buffer()
|
H A D | type_traits.h | 162 __is_null_pointer(std::nullptr_t) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | unique-ptr.h | 128 struct nullptr_t; 188 unique_ptr_base &operator= (detail::nullptr_t *) throw () 257 TYPE (detail::nullptr_t *) throw () : base_type (NULL) {} \
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | exception_ptr.h | 95 exception_ptr(nullptr_t) noexcept in exception_ptr() argument
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
H A D | exception_ptr.h | 101 exception_ptr(nullptr_t) noexcept in exception_ptr() argument
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
H A D | cstddef | 55 // We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | functional | 2048 function(nullptr_t) noexcept 2142 operator=(nullptr_t) 2376 operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept 2382 operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept 2394 operator!=(const function<_Res(_Args...)>& __f, nullptr_t) noexcept 2400 operator!=(nullptr_t, const function<_Res(_Args...)>& __f) noexcept
|
H A D | type_traits | 407 struct __is_nullptr_t_helper<std::nullptr_t>
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | common.opt | 919 ; 7: The version of the ABI that treats nullptr_t as a builtin type and 927 ; 9: The version of the ABI that corrects the alignment of nullptr_t.
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | type_traits | 549 struct __is_null_pointer_helper<std::nullptr_t>
|