Home
last modified time | relevance | path

Searched refs:initZ (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dinitialization-bug.cc23 int initZ() { in initZ() function
26 int z = initZ();
/external/clang/test/CodeGenObjCXX/
Dproperty-dot-copy.mm9 Vector3D(float initX, float initY, float initZ);
/external/clang/test/Analysis/
Dretain-release-path-notes.m200 -(id)initZ; method
219 -(id)initZ { method
236 // initZ is not inlined
237 id z = [[MyObj alloc] initZ]; // expected-warning {{Potential leak of an object}}