Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/compiler-rt/test/asan/TestCases/
H A Dinitialization-bug.cpp30 int __attribute__((noinline)) initX() { in initX() function
40 static int x = initX();
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dproperty-dot-copy.mm9 Vector3D(float initX, float initY, float initZ);
/llvm-project-15.0.7/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.m2228 -(id)initX; method
2233 -(id)initX { method
2240 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m2022 -(id)initX; method
2027 -(id)initX { method
2034 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
H A Dobjcmt-arc-cf-annotations.m.result2070 -(instancetype)initX;
2075 -(instancetype)initX {
2082 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}