Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dunique_ptr.h31 struct _LIBCPP_TEMPLATE_VIS default_delete { struct
37 _LIBCPP_INLINE_VISIBILITY default_delete() {} in default_delete() argument
53 struct _LIBCPP_TEMPLATE_VIS default_delete<_Tp[]> { argument
/llvm-project-15.0.7/clang/test/Misc/
H A Ddiag-template.cpp17 template<typename T> struct default_delete {}; struct
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-template-partial-specialization.cpp23 template <class _Tp> struct default_delete {}; struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Duniqueptr-delete-release.cpp6 struct default_delete {}; struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Duniqueptr-reset-release.cpp8 struct default_delete {}; struct