HomeSort by: relevance | last modified time | path
    Searched refs:destroy_at (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__memory/
construct_at.h 41 // destroy_at
47 void destroy_at(_Tp* __loc) { function
48 _LIBCPP_ASSERT(__loc, "null pointer given to destroy_at");
uninitialized_algorithms.h 129 _VSTD::destroy_at(_VSTD::addressof(*__first));
136 _VSTD::destroy_at(_VSTD::addressof(*__first));
allocator_traits.h 316 _VSTD::destroy_at(__p);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_construct.h 64 /* This file provides the C++17 functions std::destroy_at, std::destroy, and
68 * The _Destroy functions will dispatch to destroy_at during constant
80 destroy_at(_Tp* __location) function
85 std::destroy_at(std::__addressof(__x));
149 std::destroy_at(__pointer);
ranges_uninitialized.h 526 inline constexpr __destroy_at_fn destroy_at{};
539 ranges::destroy_at(std::__addressof(*__first));
564 ranges::destroy_at(std::__addressof(*__first));
alloc_traits.h 599 std::destroy_at(__p);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_construct.h 64 /* This file provides the C++17 functions std::destroy_at, std::destroy, and
68 * The _Destroy functions will dispatch to destroy_at during constant
80 destroy_at(_Tp* __location) function
85 std::destroy_at(std::__addressof(__x));
149 std::destroy_at(__pointer);
ranges_uninitialized.h 524 inline constexpr __destroy_at_fn destroy_at{};
537 ranges::destroy_at(std::__addressof(*__first));
562 ranges::destroy_at(std::__addressof(*__first));
alloc_traits.h 537 std::destroy_at(__p);
  /src/external/gpl3/gcc/dist/gcc/cp/
std-name-hint.h 790 {"destroy_at", "<memory>", cxx20},
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
tzdb.cc 1179 ~tzdata_stream() { std::destroy_at(this->rdbuf()); } // use virtual dtor

Completed in 34 milliseconds