Lines Matching defs:nullptr_t
151 typedef decltype(nullptr) nullptr_t;
2787 exception_ptr(nullptr_t) noexcept
3343 struct __is_null_pointer_helper<std::nullptr_t>
12758 __is_null_pointer(std::nullptr_t)
44621 constexpr Span(std::nullptr_t) : Span() {}
56120 function(nullptr_t) noexcept
56150 operator=(nullptr_t) noexcept
56296 operator==(const function<_Res(_Args...)>& __f, nullptr_t) noexcept
56302 operator==(nullptr_t, const function<_Res(_Args...)>& __f) noexcept
56307 operator!=(const function<_Res(_Args...)>& __f, nullptr_t) noexcept
56313 operator!=(nullptr_t, const function<_Res(_Args...)>& __f) noexcept
64879 "nullptr_t overload not valid for non-pointer types");
65699 operator==(std::nullptr_t a, const T& b) {
65706 operator!=(std::nullptr_t a, const T& b) {
65713 operator==(const T& a, std::nullptr_t b) {
65720 operator!=(const T& a, std::nullptr_t b) {