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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h247 typedef imp::shared_ptr_emplace<T> CntrlBlk; typedef
249 r.cntrl_ = new CntrlBlk();
250 r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
257 typedef imp::shared_ptr_emplace<T> CntrlBlk; typedef
259 r.cntrl_ = new CntrlBlk(a0);
260 r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
267 typedef imp::shared_ptr_emplace<T> CntrlBlk; typedef
269 r.cntrl_ = new CntrlBlk(a0, a1);
270 r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
277 typedef imp::shared_ptr_emplace<T> CntrlBlk; typedef
287 typedef imp::shared_ptr_emplace<T> CntrlBlk; typedef
298 typedef imp::shared_ptr_emplace<T> CntrlBlk; typedef
[all...]

Completed in 116 milliseconds