Home
last modified time | relevance | path

Searched defs:shared_ptr (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaObjCXX/
Dwarn-missing-super.mm10 template<typename T> struct shared_ptr { struct
17 constexpr shared_ptr<int> dummy; argument
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx-std-suppression.h125 shared_ptr(shared_ptr&& __r) { } in shared_ptr() function
141 shared_ptr<_Tp>::shared_ptr(nullptr_t) { in shared_ptr() function
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp20 template<class _Tp> class shared_ptr { class
/external/clang/test/Analysis/
DNewDelete-checker-test.cpp272 class shared_ptr { class
277 shared_ptr() : p(0), control(0) {} in shared_ptr() function in reference_count::shared_ptr
278 explicit shared_ptr(T *p) : p(p), control(new control_block) { in shared_ptr() function in reference_count::shared_ptr
281 shared_ptr(shared_ptr &other) : p(other.p), control(other.control) { in shared_ptr() function in reference_count::shared_ptr
/external/clang/test/SemaTemplate/
Ddestructor-template.cpp66 template <class T> class shared_ptr {}; class
/external/v8/src/objects/
Dmanaged.h92 std::shared_ptr<CppType> shared_ptr) { in FromSharedPtr()