Searched refs:initX (Results 1 – 7 of 7) sorted by relevance
20 int __attribute__((noinline)) initX() { in initX() function29 static int x = initX();
30 int __attribute__((noinline)) initX() { in initX() function40 static int x = initX();
9 Vector3D(float initX, float initY, float initZ);
198 -(id)initX; method206 -(id)initX { method225 // initX is inlined since we explicitly mark it as interesting226 id x = [[MyObj alloc] initX]; // expected-warning {{Potential leak of an object}}228 // expected-note@-2 {{Calling 'initX'}}229 // expected-note@-3 {{Returning from 'initX'}}
2228 -(id)initX; method2233 -(id)initX { method2240 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
2022 -(id)initX; method2027 -(id)initX { method2034 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
2070 -(instancetype)initX;2075 -(instancetype)initX {2082 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}