/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/ |
H A D | smart-ptr.cpp | 163 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 D | smart-ptr-text-output.cpp | 90 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 95 …StructWithSmartPtr 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 D | smart-ptr.cpp | 163 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 D | smart-ptr-text-output.cpp | 90 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 95 …StructWithSmartPtr 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 D | smart-ptr.cpp | 163 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 D | smart-ptr-text-output.cpp | 90 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 95 …StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/ |
H A D | smart-ptr.cpp | 168 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 D | smart-ptr-text-output.cpp | 94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 99 …StructWithSmartPtr 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 D | smart-ptr.cpp | 168 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 D | smart-ptr-text-output.cpp | 94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 99 …StructWithSmartPtr 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 D | smart-ptr.cpp | 168 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 D | smart-ptr-text-output.cpp | 94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 99 …StructWithSmartPtr 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 D | smart-ptr.cpp | 168 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 D | smart-ptr-text-output.cpp | 94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 99 …StructWithSmartPtr 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 D | smart-ptr.cpp | 168 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 D | smart-ptr-text-output.cpp | 94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 99 …StructWithSmartPtr 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 D | smart-ptr.cpp | 168 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 D | smart-ptr-text-output.cpp | 94 struct StructWithSmartPtr { // expected-note {{Default constructed smart pointer 'S.P' is null}} struct 99 …StructWithSmartPtr S; // expected-note {{Calling implicit default constructor for 'StructWithSmart… in derefAfterDefaultCtrInsideStruct() argument
|