Lines Matching refs:XYZ
30 void initArray(int x, double XYZ[3]) {34 XYZ[0] = 1;35 XYZ[1] = 1;36 XYZ[2] = 1;39 double XYZ[3];40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}42 return 1 * XYZ[1]; //expected-warning {{The right operand of '*' is a garbage value}}