Home
last modified time | relevance | path

Searched refs:destroy_at (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_construct_at.h56 // destroy_at
63 std::destroy_at(__location);
70 inline constexpr auto destroy_at = __destroy_at::__fn{};
H A Dconstruct_at.h99 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy_at(_Tp* __loc) { in destroy_at() function
105 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy_at(_Tp* __loc) { in destroy_at() function
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h215 std::destroy_at(std::addressof(__holder_.__val_));
225 std::destroy_at(std::addressof(__holder_.__val_));
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc112 using std::destroy_at;
117 using std::ranges::destroy_at;
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h324 std::destroy_at(&__union_.__v);
332 std::destroy_at(&__union_.__v);
359 std::destroy_at(std::addressof(__union_.__v.__val_));
361 std::destroy_at(std::addressof(__union_.__v.__unex_));
421 std::destroy_at(&__repr_.__v);
1258 std::destroy_at(&__union_.__v);
1265 std::destroy_at(&__union_.__v);
1291 std::destroy_at(std::addressof(__union_.__v.__unex_));
1331 std::destroy_at(&__repr_.__v);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory264 void destroy_at(T* location); // constexpr in C++20
268 constexpr void destroy_at(T* location) noexcept; // since C++20
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1038 SYMBOL(destroy_at, std::, <memory>)
3581 SYMBOL(destroy_at, std::ranges::, <memory>)