Home
last modified time | relevance | path

Searched refs:initX (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dinitialization-bug-any-order.cpp20 int __attribute__((noinline)) initX() { in initX() function
29 static int x = initX();
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dinitialization-bug.cpp30 int __attribute__((noinline)) initX() { in initX() function
40 static int x = initX();
/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-dot-copy.mm8 Vector3D(float initX, float initY, float initZ);
/llvm-project/clang/test/Analysis/
H A Dretain-release-path-notes.m198 -(id)initX; method
206 -(id)initX { method
225 // initX is inlined since we explicitly mark it as interesting
226 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'}}
H A Dretain-release.m2201 -(id)initX; method
2206 -(id)initX { method
2213 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m1976 -(id)initX; method
1981 -(id)initX { method
1988 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
H A Dobjcmt-arc-cf-annotations.m.result2024 -(instancetype)initX;
2029 -(instancetype)initX {
2036 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}