Searched refs:__control_block (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h996 auto __control_block = __guard.__release_ptr(); local
997 return shared_ptr<_Tp>::__create_with_control_block((*__control_block).__get_elem(), _VSTD::addressof(*__control_block));
1133 _ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())); local
1134 std::__construct_at(__control_block, __a, __n, std::forward<_Arg>(__arg)...);
1136 return shared_ptr<_Array>::__create_with_control_block(__control_block->__get_data(), __control_block);
1211 _ControlBlock* __control_block = reinterpret_cast<_ControlBlock*>(std::addressof(*__guard.__get())); local
1212 std::__construct_at(__control_block, __a, std::forward<_Arg>(__arg)...);
1214 return shared_ptr<_Array>::__create_with_control_block(__control_block
[all...]

Completed in 96 milliseconds