Searched refs:initZ (Results 1 – 3 of 3) sorted by relevance
23 int initZ() { in initZ() function26 int z = initZ();
9 Vector3D(float initX, float initY, float initZ);
200 -(id)initZ; method219 -(id)initZ { method236 // initZ is not inlined237 id z = [[MyObj alloc] initZ]; // expected-warning {{Potential leak of an object}}