Lines Matching refs:nullptr_t
482 __value_func& operator=(nullptr_t)
821 __policy_func& operator=(nullptr_t)
985 function(nullptr_t) _NOEXCEPT {}
997 function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT {}
1008 function& operator=(nullptr_t) _NOEXCEPT;
1146 function<_Rp(_ArgTypes...)>::operator=(nullptr_t) _NOEXCEPT
1208 operator==(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return !__f;}
1213 operator==(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return !__f;}
1218 operator!=(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return (bool)__f;}
1223 operator!=(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return (bool)__f;}
1672 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
1683 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
1691 function& operator=(nullptr_t);
1825 function<_Rp()>::operator=(nullptr_t)
1952 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
1963 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
1971 function& operator=(nullptr_t);
2105 function<_Rp(_A0)>::operator=(nullptr_t)
2232 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
2243 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
2251 function& operator=(nullptr_t);
2385 function<_Rp(_A0, _A1)>::operator=(nullptr_t)
2511 _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
2522 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
2530 function& operator=(nullptr_t);
2665 function<_Rp(_A0, _A1, _A2)>::operator=(nullptr_t)
2782 operator==(const function<_Fp>& __f, nullptr_t) {return !__f;}
2787 operator==(nullptr_t, const function<_Fp>& __f) {return !__f;}
2792 operator!=(const function<_Fp>& __f, nullptr_t) {return (bool)__f;}
2797 operator!=(nullptr_t, const function<_Fp>& __f) {return (bool)__f;}