Searched refs:initY (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Helpers/ |
D | initialization-bug-extra.cc | 2 int initY() { in initY() function 5 int y = initY();
|
D | initialization-bug-extra2.cc | 3 int __attribute__((noinline)) initY() { in initY() function 6 int y = initY();
|
/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/Analysis/ |
D | retain-release-path-notes.m | 199 -(id)initY; method 214 -(id)initY { method 231 // initI is inlined because the allocation happens within initY 232 id y = [[MyObj alloc] initY]; 233 // expected-note@-1 {{Calling 'initY'}} 234 // expected-note@-2 {{Returning from 'initY'}} 5246 // CHECK-NEXT: <string>Calling 'initY'</string> 5248 // CHECK-NEXT: <string>Calling 'initY'</string> 5386 // CHECK-NEXT: <string>Returning from 'initY'</string> 5388 // CHECK-NEXT: <string>Returning from 'initY'</string>
|