Home
last modified time | relevance | path

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

12

/llvm-project/lldb/test/API/commands/expression/completion-crash-incomplete-record/
H A 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
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-template-array.cpp4 struct unique_ptr { struct
5 unique_ptr() {} in unique_ptr() function
H A Dpr18635.cpp11 template <typename T> class unique_ptr { class
18 constexpr unique_ptr() noexcept : data() {} in unique_ptr() function in unique_ptr
19 explicit unique_ptr(T *p) noexcept : data() {} in unique_ptr() function in unique_ptr
H A Ddebug-info-template-partial-specialization.cpp26 template <class _Tp, class _Dp = default_delete<_Tp> > class unique_ptr class
29 unique_ptr(pointer __p, _Dp __d) {} in unique_ptr() function in unique_ptr
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/
H A 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
/llvm-project/clang/test/CodeCompletion/
H A Duninstantiated_params.cpp2 struct unique_ptr { struct
9 unique_ptr<int> x; in test() argument
/llvm-project/clang/test/SemaCXX/
H A 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
H A Dnullability.cpp58 template <class> class unique_ptr {}; class
/llvm-project/clang/test/Misc/
H A 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
/llvm-project/clang/test/CoverageMapping/
H A Ddefault-method.cpp4 struct unique_ptr { struct
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/
H A Dmain.cpp5 class unique_ptr {}; class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-smartptr-get-msvc.cpp10 struct unique_ptr { struct
H A Duniqueptr-delete-release.cpp9 class unique_ptr { class
H A Dredundant-smartptr-get.cpp8 struct unique_ptr { struct
[all...]
H A Dcontainer-size-empty.cpp722 struct unique_ptr { struct
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h46 using unique_ptr = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; global() variable
/llvm-project/clang/test/Analysis/
H A Ddtor-array.cpp157 template <class _Tp> class unique_ptr { class
162 unique_ptr(pointer __p) : __ptr_(__p) {} in unique_ptr() function in crash2::unique_ptr
225 template <class _Tp> class unique_ptr { class
228 unique_ptr(_Tp *__p) : __ptr_(__p) {} in unique_ptr() function in crash5::std::unique_ptr
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunique-ptr-array-mismatch.cpp9 class unique_ptr { class
16 class unique_ptr<T[], Deleter> { class
H A Dinaccurate-erase.cpp41 template <typename T> struct unique_ptr {}; struct
H A Dunused-return-value.cpp32 struct unique_ptr { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Duniqueptr-reset-release.cpp11 struct unique_ptr { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-c-arrays.cpp38 class unique_ptr { class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp9 class unique_ptr { class
11 unique_ptr(gsl::owner<T> resource) : memory(resource) {} in unique_ptr() function in unique_ptr
/llvm-project/polly/lib/External/isl/interface/
H A Dextract_interface.cc97 #define unique_ptr llvm::OwningPtr macro
/llvm-project/clang/test/Sema/
H A Dwarn-lifetime-analysis-nocfg.cpp194 struct unique_ptr { global() struct

12