Home | History | Annotate | Download | only in diagnostics

Lines Matching refs:st

58   struct WithFields st;
59 st.f1 = 0; // expected-note {{Null pointer value stored to 'st.f1'}}
60 initStruct(x, &st); //expected-note {{Calling 'initStruct'}}
62 return (*st.f1); //expected-warning {{Dereference of null pointer}}
833 // CHECK-NEXT: <string>Null pointer value stored to &apos;st.f1&apos;</string>
835 // CHECK-NEXT: <string>Null pointer value stored to &apos;st.f1&apos;</string>