Home
last modified time | relevance | path

Searched defs:construct_at (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dconstruct_at.h33 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp110 constexpr void construct_at(void *p, Args &&...args) { in construct_at() function