Searched defs:FooWithInitializer (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp194 struct FooWithInitializer { struct
196 FooWithInitializer(int *p) : ptr(p) { // expected-note {{Null pointer value stored to 'f.ptr'}} function in struct:FooWithInitializer
205 FooWithInitializer f(p); // expected-note {{Passing null pointer value via 1st parameter 'p'}}
206 // expected-note@-1 {{Calling constructor for 'FooWithInitializer'}}
3809 // CHECK-NEXT: <string>Calling constructor for &apos;FooWithInitializer&apos;</string>
3811 // CHECK-NEXT: <string>Calling constructor for &apos;FooWithInitializer&apos;</string>

Completed in 64 milliseconds