Home
last modified time | relevance | path

Searched refs:StructWithSmartPtr (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dsmart-ptr.cpp163 struct StructWithSmartPtr { struct
167 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
168 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
169 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
171 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
175 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
181 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
187 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
193 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
199 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp90 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
95StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp163 struct StructWithSmartPtr { struct
167 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
168 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
169 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
171 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
175 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
181 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
187 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
193 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
199 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp90 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
95StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp163 struct StructWithSmartPtr { struct
167 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
168 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
169 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
171 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
175 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
181 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
187 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
193 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
199 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp90 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
95StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dsmart-ptr.cpp168 struct StructWithSmartPtr { struct
172 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
173 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
174 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
176 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
180 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
186 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
192 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
198 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
204 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
99StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp168 struct StructWithSmartPtr { struct
172 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
173 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
174 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
176 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
180 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
186 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
192 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
198 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
204 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
99StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp168 struct StructWithSmartPtr { struct
172 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
173 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
174 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
176 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
180 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
186 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
192 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
198 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
204 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
99StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dsmart-ptr.cpp168 struct StructWithSmartPtr { struct
172 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
173 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
174 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
176 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
180 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
186 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
192 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
198 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
204 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
99StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp168 struct StructWithSmartPtr { struct
172 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
173 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
174 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
176 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
180 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
186 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
192 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
198 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
204 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
99StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dsmart-ptr.cpp168 struct StructWithSmartPtr { struct
172 void pass_struct_with_smart_ptr_by_ref(StructWithSmartPtr &a); argument
173 void pass_struct_with_smart_ptr_by_const_ref(const StructWithSmartPtr &a);
174 void pass_struct_with_smart_ptr_by_rvalue_ref(StructWithSmartPtr &&a);
176 void pass_struct_with_smart_ptr_by_ptr(StructWithSmartPtr *a);
180 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRef()
186 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRef()
192 StructWithSmartPtr S; in regioninvalidationWithinStructPassByRValueRef()
198 StructWithSmartPtr S; in regioninvalidationWithinStructPassByConstRValueRef()
204 StructWithSmartPtr S; in regioninvalidationWithinStructPassByPtr()
[all …]
H A Dsmart-ptr-text-output.cpp94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct
99StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument