Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dunique_ptr.h136 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 Dshared_ptr.h146 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 Dshared_ptr_base.h312 _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 Dc++config177 typedef decltype(nullptr) nullptr_t;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dunique_ptr.h236 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 Dshared_ptr.h173 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 Dshared_ptr_base.h396 _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 Dstd_function.h402 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 Dallocated_ptr.h78 operator=(std::nullptr_t) noexcept in _GLIBCXX_VISIBILITY()
H A Dc++config242 typedef decltype(nullptr) nullptr_t;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h109 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 Dmemory72 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 Dpropagate_const243 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 Daligned_buffer.h61 __aligned_membuf(std::nullptr_t) { } in __aligned_membuf()
99 __aligned_buffer(std::nullptr_t) { } in __aligned_buffer()
H A Dtype_traits.h162 __is_null_pointer(std::nullptr_t) in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/include/
H A Dunique-ptr.h128 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 Dexception_ptr.h95 exception_ptr(nullptr_t) noexcept in exception_ptr() argument
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dexception_ptr.h101 exception_ptr(nullptr_t) noexcept in exception_ptr() argument
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstddef55 // 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 Dfunctional2048 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 Dtype_traits407 struct __is_nullptr_t_helper<std::nullptr_t>
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcommon.opt919 ; 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 Dtype_traits549 struct __is_null_pointer_helper<std::nullptr_t>