Home | History | Annotate | Download | only in diagnostics

Lines Matching refs:initArray

30 void initArray(int x, double XYZ[3]) {
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}
41 //expected-note@-1 {{Returning from 'initArray'}}
510 // CHECK-NEXT: <string>Calling &apos;initArray&apos;</string>
512 // CHECK-NEXT: <string>Calling &apos;initArray&apos;</string>
684 // CHECK-NEXT: <string>Returning from &apos;initArray&apos;</string>
686 // CHECK-NEXT: <string>Returning from &apos;initArray&apos;</string>