Home
last modified time | relevance | path

Searched refs:destroying_delete (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/test/std/language.support/support.dynamic/
Ddestroying_delete_t_declaration.pass.cpp49 static_assert(&dd != &std::destroying_delete, ""); in main()
50 static_assert(test_constexpr(std::destroying_delete), ""); in main()
/external/llvm-project/clang/test/SemaCXX/
Dextended-usual-deallocation-functions.cpp19 inline constexpr destroying_delete_t destroying_delete(destroying_delete_t::__construct());
Dcxx2a-destroying-delete.cpp13 inline constexpr destroying_delete_t destroying_delete(destroying_delete_t::__construct());
Dconstant-expression-cxx2a.cpp9 } inline constexpr destroying_delete{}; variable
/external/llvm-project/libcxx/include/
Dnew40 inline constexpr destroying_delete_t destroying_delete{}; // C++20
167 _LIBCPP_INLINE_VAR constexpr destroying_delete_t destroying_delete{};
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc273 SYMBOL(destroying_delete, std::, <new>)