Searched refs:initY (Results 1 – 4 of 4) sorted by relevance
199 -(id)initY; method214 -(id)initY { method231 // initI is inlined because the allocation happens within initY232 id y = [[MyObj alloc] initY];233 // expected-note@-1 {{Calling 'initY'}}234 // expected-note@-2 {{Returning from 'initY'}}337 id Original = [[MyObj alloc] initY]; // expected-note {{Calling 'initY'}}340 // expected-note@-3 {{Returning from 'initY'}}350 id Original = [[MyObj alloc] initY]; // expected-note {{Calling 'initY'}}353 // expected-note@-3 {{Returning from 'initY'}}[all …]
2 int initY() { in initY() function5 int y = initY();
3 int __attribute__((noinline)) initY() { in initY() function6 int y = initY();
8 Vector3D(float initX, float initY, float initZ);