/llvm-project/lldb/test/API/commands/expression/completion-crash-incomplete-record/ |
H A 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
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-template-array.cpp | 4 struct unique_ptr { struct 5 unique_ptr() {} in unique_ptr() function
|
H A D | pr18635.cpp | 11 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 D | debug-info-template-partial-specialization.cpp | 26 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 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
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | uninstantiated_params.cpp | 2 struct unique_ptr { struct 9 unique_ptr<int> x; in test() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A 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
|
H A D | nullability.cpp | 58 template <class> class unique_ptr {}; class
|
/llvm-project/clang/test/Misc/ |
H A 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
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | default-method.cpp | 4 struct unique_ptr { struct
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/ |
H A D | main.cpp | 5 class unique_ptr {}; class
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-smartptr-get-msvc.cpp | 10 struct unique_ptr { struct
|
H A D | uniqueptr-delete-release.cpp | 9 class unique_ptr { class
|
H A D | redundant-smartptr-get.cpp | 8 struct unique_ptr { struct [all...] |
H A D | container-size-empty.cpp | 722 struct unique_ptr { struct
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_redefine_builtins.h | 46 using unique_ptr = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; global() variable
|
/llvm-project/clang/test/Analysis/ |
H A D | dtor-array.cpp | 157 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 D | unique-ptr-array-mismatch.cpp | 9 class unique_ptr { class 16 class unique_ptr<T[], Deleter> { class
|
H A D | inaccurate-erase.cpp | 41 template <typename T> struct unique_ptr {}; struct
|
H A D | unused-return-value.cpp | 32 struct unique_ptr { struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | uniqueptr-reset-release.cpp | 11 struct unique_ptr { struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | avoid-c-arrays.cpp | 38 class unique_ptr { class
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | owning-memory.cpp | 9 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 D | extract_interface.cc | 97 #define unique_ptr llvm::OwningPtr macro
|
/llvm-project/clang/test/Sema/ |
H A D | warn-lifetime-analysis-nocfg.cpp | 194 struct unique_ptr { global() struct
|