Home
last modified time | relevance | path

Searched defs:default_delete (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dunique_ptr.h35 struct _LIBCPP_TEMPLATE_VIS default_delete { struct
41 _LIBCPP_INLINE_VISIBILITY default_delete() {} in default_delete() argument
51 "default_delete can not delete incomplete type"); in operator() argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunique_ptr.h63 struct default_delete in _GLIBCXX_VISIBILITY() struct
75 default_delete(const default_delete<_Up>&) noexcept { } in _GLIBCXX_VISIBILITY() function
79 operator()(_Tp* __ptr) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunique_ptr.h74 struct default_delete in _GLIBCXX_VISIBILITY() struct
87 default_delete(const default_delete<_Up>&) noexcept { } in _GLIBCXX_VISIBILITY() argument
92 operator()(_Tp* __ptr) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dmemory.d30 struct default_delete(T) in default_delete() function