Home | History | Annotate | Download | only in inlining

Lines Matching refs:arr

229 	Wrapper *arr;
234 if (arr) // expected-note {{Assuming pointer value is null}}
237 arr[1].x = 1; //expected-warning {{Dereference of null pointer}}
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}}
243 arr[2].x = 1; // expected-warning {{Dereference of undefined pointer value}}
4508 // CHECK-NEXT: <string>&apos;arr&apos; declared without an initial value</string>
4510 // CHECK-NEXT: <string>&apos;arr&apos; declared without an initial value</string>