Searched defs:shared_ptr (Results 1 – 14 of 14) sorted by relevance
10 template<typename T> struct shared_ptr { struct17 constexpr shared_ptr<int> dummy; argument
125 shared_ptr(shared_ptr&& __r) { } in shared_ptr() function141 shared_ptr<_Tp>::shared_ptr(nullptr_t) { in shared_ptr() function
30 let mut shared_ptr = MaybeUninit::<SharedPtr<T>>::uninit(); in null() localVariable43 let mut shared_ptr = MaybeUninit::<SharedPtr<T>>::uninit(); in new() localVariable94 let mut shared_ptr = MaybeUninit::<SharedPtr<T>>::uninit(); in clone() localVariable
418 mod shared_ptr; module
48 let mut shared_ptr = MaybeUninit::<SharedPtr<T>>::uninit(); in upgrade() localVariable
272 class shared_ptr { class277 shared_ptr() : p(0), control(0) {} in shared_ptr() function in reference_count::shared_ptr278 explicit shared_ptr(T *p) : p(p), control(new control_block) { in shared_ptr() function in reference_count::shared_ptr281 shared_ptr(shared_ptr &other) : p(other.p), control(other.control) { in shared_ptr() function in reference_count::shared_ptr
20 template<class _Tp> class shared_ptr { class
27 std::shared_ptr<T> shared_ptr; member
66 template <class T> class shared_ptr {}; class
266 let shared_ptr = ffi::c_return_shared_ptr(); in test_shared_ptr_weak_ptr() localVariable
283 LLVMValueRef shared_ptr; member535 LLVMValueRef shared_ptr; member
220 LLVMValueRef shared_ptr; member
304 LLVMValueRef shared_ptr; in generate_compute() local
446 let mut shared_ptr = MaybeUninit::<SharedPtr<ffi::C>>::uninit(); in r_return_shared_ptr() localVariable