Searched refs:initX (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | initialization-bug-any-order.cc | 20 int __attribute__((noinline)) initX() { in initX() function 29 static int x = initX();
|
/external/compiler-rt/test/asan/TestCases/ |
D | initialization-bug.cc | 33 int __attribute__((noinline)) initX() { in initX() function 43 static int x = initX();
|
/external/clang/test/CodeGenObjCXX/ |
D | property-dot-copy.mm | 9 Vector3D(float initX, float initY, float initZ);
|
/external/skia/tests/ |
D | RoundRectTest.cpp | 382 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument 384 SkScalar x = initX, y = initY; in test_direction()
|
/external/skqp/tests/ |
D | RoundRectTest.cpp | 382 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument 384 SkScalar x = initX, y = initY; in test_direction()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 2069 -(instancetype)initX; 2074 -(instancetype)initX { 2081 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
|
D | objcmt-arc-cf-annotations.m | 2021 -(id)initX; method 2026 -(id)initX { method 2033 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes.m | 198 -(id)initX; method 206 -(id)initX { method 225 // initX is inlined since we explicitely 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'}} 4892 // CHECK-NEXT: <string>Calling 'initX'</string> 4894 // CHECK-NEXT: <string>Calling 'initX'</string> 5066 // CHECK-NEXT: <string>Returning from 'initX'</string> 5068 // CHECK-NEXT: <string>Returning from 'initX'</string>
|
D | retain-release.m | 2016 -(id)initX; method 2021 -(id)initX { method 2028 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}} 24608 // CHECK-NEXT: <string>Calling 'initX'</string> 24610 // CHECK-NEXT: <string>Calling 'initX'</string> 24782 // CHECK-NEXT: <string>Returning from 'initX'</string> 24784 // CHECK-NEXT: <string>Returning from 'initX'</string>
|