Searched defs:construct_at (Results 1 – 5 of 5) sorted by relevance
10 constexpr int* construct_at(int* p, int v) { in construct_at() function
19 constexpr void construct_at(void *p, Args &&...args) { // #construct in construct_at() function
110 constexpr void construct_at(void *p, Args &&...args) { construct_at() function [all...]
923 auto construct_at(IntConstuctible) -> decltype(IntConstuctible()) { in construct_at() function
39 _LIBCPP_ASSERT_NON_NULL(__location != nullptr, "null pointer given to construct_at"); in construct_at() function