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

/external/clang/test/Analysis/diagnostics/
H A Dundef-value-param.c50 void initStruct(int x, struct WithFields *X) { function
60 initStruct(x, &st); //expected-note {{Calling 'initStruct'}}
61 //expected-note@-1 {{Returning from 'initStruct'}}
892 // CHECK-NEXT: <string>Calling &apos;initStruct&apos;</string>
894 // CHECK-NEXT: <string>Calling &apos;initStruct&apos;</string>
1066 // CHECK-NEXT: <string>Returning from &apos;initStruct&apos;</string>
1068 // CHECK-NEXT: <string>Returning from &apos;initStruct&apos;</string>

Completed in 241 milliseconds