Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Linux/
Dinitialization-bug-any-order.cc20 int __attribute__((noinline)) initX() { in initX() function
29 static int x = initX();
/external/compiler-rt/test/asan/TestCases/
Dinitialization-bug.cc33 int __attribute__((noinline)) initX() { in initX() function
43 static int x = initX();
/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/ARCMT/
Dobjcmt-arc-cf-annotations.m.result2069 -(instancetype)initX;
2074 -(instancetype)initX {
2081 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
Dobjcmt-arc-cf-annotations.m2021 -(id)initX; method
2026 -(id)initX { method
2033 id x = [[MyObj12706177 alloc] initX]; //expected-warning {{Potential leak of an object}}
/external/clang/test/Analysis/
Dretain-release-path-notes.m198 -(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 &apos;initX&apos;</string>
4894 // CHECK-NEXT: <string>Calling &apos;initX&apos;</string>
5066 // CHECK-NEXT: <string>Returning from &apos;initX&apos;</string>
5068 // CHECK-NEXT: <string>Returning from &apos;initX&apos;</string>
Dretain-release.m2016 -(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 &apos;initX&apos;</string>
24610 // CHECK-NEXT: <string>Calling &apos;initX&apos;</string>
24782 // CHECK-NEXT: <string>Returning from &apos;initX&apos;</string>
24784 // CHECK-NEXT: <string>Returning from &apos;initX&apos;</string>