| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/ |
| H A D | shared_ptr.h | 8 shared_ptr(const shared_ptr<type> &t) {} in shared_ptr() function 9 shared_ptr(shared_ptr<type> &&t) {} in shared_ptr() function
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | warn-missing-super.mm | 10 template<typename T> struct shared_ptr { struct 17 constexpr shared_ptr<int> dummy; argument
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | shared-ptr-array-mismatch.cpp | 6 struct shared_ptr { struct 8 explicit shared_ptr(Y *) {} in shared_ptr() function 10 shared_ptr(Y *, Deleter) {} in shared_ptr() function 18 std::shared_ptr<int> P1{new int}; in f1()
|
| H A D | unhandled-self-assignment.cpp | 18 class shared_ptr { class
|
| H A D | use-after-move.cpp | 20 struct shared_ptr { struct
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/regression-access-function-template-in-record/ |
| H A D | main.cpp | 3 template <class b> struct shared_ptr { struct 11 int main() { n::shared_ptr<int>::make_shared(); } in main()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | visibility-pr36810.cpp | 6 class __attribute__((__type_visibility__("default"))) shared_ptr { class
|
| H A D | linetable-eh.cpp | 20 template<class _Tp> class shared_ptr { class
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-cxx-std-suppression.h | 125 shared_ptr(shared_ptr&& __r) { } in shared_ptr() function 141 shared_ptr<_Tp>::shared_ptr(nullptr_t) { in shared_ptr() function
|
| /llvm-project-15.0.7/openmp/libomptarget/test/api/ |
| H A D | omp_device_managed_memory_alloc.c | 11 int *shared_ptr = in main() local
|
| H A D | omp_device_managed_memory.c | 13 int *shared_ptr = llvm_omp_target_alloc_shared(N * sizeof(int), device); in main() local
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | redundant-smartptr-get-macros.cpp | 7 struct shared_ptr { struct
|
| H A D | redundant-smartptr-get-msvc.cpp | 20 struct shared_ptr { struct
|
| H A D | redundant-smartptr-get.cpp | 16 struct shared_ptr { struct
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | NewDelete-checker-test.cpp | 285 class shared_ptr { class 290 shared_ptr() : p(0), control(0) {} in shared_ptr() function in reference_count::shared_ptr 291 explicit shared_ptr(T *p) : p(p), control(new control_block) { in shared_ptr() function in reference_count::shared_ptr 294 shared_ptr(const shared_ptr &other) : p(other.p), control(other.control) { in shared_ptr() function in reference_count::shared_ptr
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | destructor-template.cpp | 66 template <class T> class shared_ptr {}; class
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 119 typedef std::shared_ptr<Archive> shared_ptr; typedef
|