Home
last modified time | relevance | path

Searched defs:unique_ptr (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/lldb/test/API/commands/expression/completion-crash-incomplete-record/
Dmain.cpp6 template <class T> struct unique_ptr { struct
8unique_ptr() : i() {//%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, l… in unique_ptr() function
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-template-array.cpp4 struct unique_ptr { struct
5 unique_ptr() {} in unique_ptr() function
Dpr18635.cpp9 template <typename T> class unique_ptr { class
16 constexpr unique_ptr() noexcept : data() {} in unique_ptr() function in unique_ptr
17 explicit unique_ptr(T *p) noexcept : data() {} in unique_ptr() function in unique_ptr
Ddebug-info-template-partial-specialization.cpp24 template <class _Tp, class _Dp = default_delete<_Tp> > class unique_ptr class
27 unique_ptr(pointer __p, _Dp __d) {} in unique_ptr() function in unique_ptr
/external/clang/test/CodeGenCXX/
Ddebug-info-template-array.cpp4 struct unique_ptr { struct
5 unique_ptr() {} in unique_ptr() argument
Dpr18635.cpp9 template <typename T> class unique_ptr { class
16 constexpr unique_ptr() noexcept : data() {} in unique_ptr() function in unique_ptr
17 explicit unique_ptr(T *p) noexcept : data() {} in unique_ptr() function in unique_ptr
Ddebug-info-template-partial-specialization.cpp24 template <class _Tp, class _Dp = default_delete<_Tp> > class unique_ptr class
27 unique_ptr(pointer __p, _Dp __d) {} in unique_ptr() function in unique_ptr
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/
Dunique_ptr.h9 unique_ptr() {} in unique_ptr() function
10 unique_ptr(type *ptr) {} in unique_ptr() function
12 unique_ptr(unique_ptr<type> &&t) {} in unique_ptr() function
/external/llvm-project/clang/test/SemaCXX/
Drval-references-examples.cpp4 class unique_ptr { class
10 unique_ptr() : ptr(0) { } in unique_ptr() function in unique_ptr
11 unique_ptr(unique_ptr &&other) : ptr(other.ptr) { other.ptr = 0; } in unique_ptr() function in unique_ptr
12 explicit unique_ptr(T *ptr) : ptr(ptr) { } in unique_ptr() function in unique_ptr
/external/clang/test/SemaCXX/
Drval-references-examples.cpp4 class unique_ptr { class
10 unique_ptr() : ptr(0) { } in unique_ptr() function in unique_ptr
11 unique_ptr(unique_ptr &&other) : ptr(other.ptr) { other.ptr = 0; } in unique_ptr() function in unique_ptr
12 explicit unique_ptr(T *ptr) : ptr(ptr) { } in unique_ptr() function in unique_ptr
/external/llvm-project/clang/test/CodeCompletion/
Duninstantiated_params.cpp2 struct unique_ptr { struct
9 unique_ptr<int> x; in test() argument
/external/rust/cxx/tests/
Dtest.rs114 let unique_ptr = ffi::c_return_unique_ptr(); in test_c_take() localVariable
227 let mut unique_ptr = ffi::c_return_unique_ptr(); in test_c_method_calls() localVariable
264 let unique_ptr = ffi2::ns_c_return_unique_ptr_ns(); in test_c_ns_method_calls() localVariable
298 let unique_ptr = ffi::c_return_unique_ptr(); in test_rust_name_attribute() localVariable
Dunique_ptr.rs8 let unique_ptr = UniquePtr::<CxxString>::null(); in test_deref_null() localVariable
/external/llvm-project/clang/test/Misc/
Ddiag-template.cpp18 template<class T, class Deleter = default_delete<T>> class unique_ptr { class
22 template<class T, class Deleter> class unique_ptr<T[], Deleter> {}; class
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/
Dmain.cpp5 class unique_ptr {}; class
/external/llvm-project/clang/test/CoverageMapping/
Ddefault-method.cpp4 struct unique_ptr { struct
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-redundant-smartptr-get-msvc.cpp10 struct unique_ptr { struct
Dreadability-uniqueptr-delete-release.cpp8 class unique_ptr { class
Dmisc-uniqueptr-reset-release.cpp9 struct unique_ptr { struct
Dbugprone-inaccurate-erase.cpp42 template <typename T> struct unique_ptr {}; struct
Dmodernize-avoid-c-arrays.cpp38 class unique_ptr { class
Dbugprone-unused-return-value.cpp31 struct unique_ptr { struct
Dreadability-redundant-smartptr-get.cpp8 struct unique_ptr { struct
Dcppcoreguidelines-owning-memory.cpp9 class unique_ptr { class
11 unique_ptr(gsl::owner<T> resource) : memory(resource) {} in unique_ptr() function in unique_ptr
/external/rust/cxx/src/
Dlib.rs421 mod unique_ptr; module

12