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();
8 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'}}
2201 -(id)initX; method2206 -(id)initX { method2213 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
1976 -(id)initX; method1981 -(id)initX { method1988 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
2024 -(instancetype)initX;2029 -(instancetype)initX {2036 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}