OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destroy_at
(Results
1 - 3
of
3
) 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
");
/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);
/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);
Completed in 25 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026