Lines Matching full:dereference
6 *ptr = val; // expected-warning {{Dereference of null pointer (loaded from variable 'ptr')}}
7 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'ptr')}}
13 // wrong, the node for the actual dereference may also be collected, and all
28 *ptr = val; // expected-warning {{Dereference of null pointer (loaded from variable 'ptr')}}
29 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'ptr')}}
313 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'ptr')</string>
315 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'ptr')</string>
318 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable 'ptr')</string>
320 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
773 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'ptr')</string>
775 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'ptr')</string>
778 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable 'ptr')</string>
780 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>