Searched refs:FooWithInitializer (Results 1 – 2 of 2) sorted by relevance
194 struct FooWithInitializer { struct196 FooWithInitializer(int *p) : ptr(p) { // expected-note {{Null pointer value stored to 'f.ptr'}} in FooWithInitializer() argument205 FooWithInitializer f(p); // expected-note {{Passing null pointer value via 1st parameter 'p'}} in testPathNoteOnInitializer()
194 struct FooWithInitializer { struct196 FooWithInitializer(int *p) : ptr(p) { // expected-note {{Null pointer value stored to 'f.ptr'}} in FooWithInitializer() function205 FooWithInitializer f(p); // expected-note {{Passing null pointer value via 1st parameter 'p'}} in testPathNoteOnInitializer()