Home | History | Annotate | Download | only in Analysis

Lines Matching full:dereference

19   return *x; // expected-warning{{Dereference of null pointer (loaded from variable 'x')}} expected-note{{Dereference of null pointer (loaded from variable 'x')}}
33 uniqueID = newID; // expected-warning{{Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')}} expected-note{{Access to instance variable 'uniqueID' results in a dereference of a null pointer (loaded from variable 'self')}}
50 *p = 1; // expected-warning{{Dereference of null pointer}} expected-note{{Dereference of null pointer}}
278 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;x&apos;)</string>
280 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;x&apos;)</string>
283 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;x&apos;)</string>
285 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
506 // CHECK-NEXT: <string>Access to instance variable &apos;uniqueID&apos; results in a dereference of a null pointer (loaded from variable &apos;self&apos;)</string>
508 // CHECK-NEXT: <string>Access to instance variable &apos;uniqueID&apos; results in a dereference of a null pointer (loaded from variable &apos;self&apos;)</string>
511 // CHECK-NEXT: <key>description</key><string>Access to instance variable &apos;uniqueID&apos; results in a dereference of a null pointer (loaded from variable &apos;self&apos;)</string>
513 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
783 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
785 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
788 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
790 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>