/external/llvm-project/lldb/test/API/commands/expression/completion-crash-incomplete-record/ |
D | main.cpp | 6 template <class T> struct unique_ptr { struct 8 …unique_ptr() : i() {//%self.dbg.GetCommandInterpreter().HandleCompletion("e ", len("e "), 0, -1, l… in unique_ptr() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-template-array.cpp | 4 struct unique_ptr { struct 5 unique_ptr() {} in unique_ptr() function
|
D | pr18635.cpp | 9 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
|
D | debug-info-template-partial-specialization.cpp | 24 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/ |
D | debug-info-template-array.cpp | 4 struct unique_ptr { struct 5 unique_ptr() {} in unique_ptr() argument
|
D | pr18635.cpp | 9 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
|
D | debug-info-template-partial-specialization.cpp | 24 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/ |
D | unique_ptr.h | 9 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/ |
D | rval-references-examples.cpp | 4 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/ |
D | rval-references-examples.cpp | 4 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/ |
D | uninstantiated_params.cpp | 2 struct unique_ptr { struct 9 unique_ptr<int> x; in test() argument
|
/external/rust/cxx/tests/ |
D | test.rs | 114 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
|
D | unique_ptr.rs | 8 let unique_ptr = UniquePtr::<CxxString>::null(); in test_deref_null() localVariable
|
/external/llvm-project/clang/test/Misc/ |
D | diag-template.cpp | 18 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/ |
D | main.cpp | 5 class unique_ptr {}; class
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | default-method.cpp | 4 struct unique_ptr { struct
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-redundant-smartptr-get-msvc.cpp | 10 struct unique_ptr { struct
|
D | readability-uniqueptr-delete-release.cpp | 8 class unique_ptr { class
|
D | misc-uniqueptr-reset-release.cpp | 9 struct unique_ptr { struct
|
D | bugprone-inaccurate-erase.cpp | 42 template <typename T> struct unique_ptr {}; struct
|
D | modernize-avoid-c-arrays.cpp | 38 class unique_ptr { class
|
D | bugprone-unused-return-value.cpp | 31 struct unique_ptr { struct
|
D | readability-redundant-smartptr-get.cpp | 8 struct unique_ptr { struct
|
D | cppcoreguidelines-owning-memory.cpp | 9 class unique_ptr { class 11 unique_ptr(gsl::owner<T> resource) : memory(resource) {} in unique_ptr() function in unique_ptr
|
/external/rust/cxx/src/ |
D | lib.rs | 421 mod unique_ptr; module
|