Home
last modified time | relevance | path

Searched refs:initY (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Helpers/
Dinitialization-bug-extra.cc2 int initY() { in initY() function
5 int y = initY();
Dinitialization-bug-extra2.cc3 int __attribute__((noinline)) initY() { in initY() function
6 int y = initY();
/external/clang/test/CodeGenObjCXX/
Dproperty-dot-copy.mm9 Vector3D(float initX, float initY, float initZ);
/external/skia/tests/
DRoundRectTest.cpp382 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument
384 SkScalar x = initX, y = initY; in test_direction()
/external/skqp/tests/
DRoundRectTest.cpp382 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/
Dretain-release-path-notes.m199 -(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 &apos;initY&apos;</string>
5248 // CHECK-NEXT: <string>Calling &apos;initY&apos;</string>
5386 // CHECK-NEXT: <string>Returning from &apos;initY&apos;</string>
5388 // CHECK-NEXT: <string>Returning from &apos;initY&apos;</string>