Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A 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'}}
337 id Original = [[MyObj alloc] initY]; // expected-note {{Calling 'initY'}}
340 // expected-note@-3 {{Returning from 'initY'}}
350 id Original = [[MyObj alloc] initY]; // expected-note {{Calling 'initY'}}
353 // expected-note@-3 {{Returning from 'initY'}}
[all …]
/llvm-project/compiler-rt/test/asan/TestCases/Helpers/
H A Dinitialization-bug-extra.cpp2 int initY() { in initY() function
5 int y = initY();
H A Dinitialization-bug-extra2.cpp3 int __attribute__((noinline)) initY() { in initY() function
6 int y = initY();
/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-dot-copy.mm8 Vector3D(float initX, float initY, float initZ);