HomeSort by relevance Sort by last modified time
    Searched full:myivar (Results 1 - 6 of 6) sorted by null

  /external/clang/test/ARCMT/
GC.h 3 __strong ExtInterface *myivar; variable
  /external/clang/test/Analysis/
self-init.m 56 id myivar;
109 myivar = 0;
119 [NSBundle loadNibNamed:@"Window" owner:myivar]; // no-warning
125 myivar = 0;
132 myivar = 0;
143 myivar = 0; // no-warning
158 myivar = 0; // expected-warning {{Instance variable used}}
184 myivar = 0;
190 myivar = 0; // expected-warning {{Instance variable used}}
retain-release-region-store.m 234 @package int myIvar;
239 tc->myIvar = 5;
243 int temp = tc->myIvar;
244 // The ivar binding for tc->myIvar gets invalidated.
246 tc->myIvar = temp; // no-warning
248 temp = tc->myIvar; // no-warning
249 // The ivar binding for tc->myIvar gets invalidated.
251 tc->myIvar = temp;
  /external/clang/test/SemaObjC/
property-9.m 33 @property (readwrite, retain) id<MyProtocol> myIvar;
37 @synthesize myIvar = _myIvar;
  /external/clang/test/CodeGenObjC/
reorder-synthesized-ivars.m 35 id MyIvar;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 79 // self.myIvar = nil;

Completed in 90 milliseconds