HomeSort by relevance Sort by last modified time
    Searched full:ivars (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/clang/test/SemaObjC/
property-and-class-extension.m 4 When processing @synthesize, treat ivars in a class extension the same as ivars in the class @interface,
5 and treat ivars in a superclass extension the same as ivars in the superclass @interface.
6 In particular, when searching for an ivar to back an @synthesize, do look at ivars in the class's own class
7 extension but ignore any ivars in superclass class extensions.
ivar-in-class-extension-error.m 7 int _p0; // expected-error {{ivars may not be placed in class extension}}
13 int _p1; // expected-error {{ivars may not be placed in categories}}
stand-alone-implementation.m 3 // Allow injection of ivars into implementation's implicit class.
ivar-in-class-extension.m 35 int categoryIvar; // expected-error {{ivars may not be placed in categories}}
arc-property-decl-attrs.m 8 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
19 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
30 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
ivar-ref-misuse.m 29 ((Sprite *)self)->spree = 18; /* ivars from within class methods! */
arc-property.m 36 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
arc-property-lifetime.m 8 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
25 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
42 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}}
default-synthesize-2.m 17 // default synthesis allows direct access to property ivars.
unused.m 45 #error __attribute__((unused)) not supported on ivars
  /external/clang/test/CodeGenObjC/
stand-alone-implementation.m 4 // Allow injection of ivars into implementation's implicit class.
metadata-symbols-32.m 14 // Clang's Obj-C 32-bit doesn't emit ivars for the root class.
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==//
12 // has any ivars that are never accessed.
108 // Iterate over the ivars.
114 // Ignore ivars that...
134 // Any potentially unused ivars?
145 // We found some potentially unused ivars. Scan the entire translation unit
146 // for functions inside the @implementation that reference these ivars.
153 // Find ivars that are unused.
CheckObjCDealloc.cpp 107 // Does the class contain any ivars that are pointers (or id<...>)?
212 // Scan for missing and extra releases of ivars used by implementations
226 if (!T->isObjCObjectPointerType()) // Skip non-pointer ivars
233 // ivars cannot be set via read-only properties, so we'll skip them
  /external/clang/test/ASTMerge/
property.m 9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different translation units ('ivar3' vs. 'ivar2')
  /external/chromium/chrome/browser/ui/cocoa/
ui_localizer.mm 44 // The ivars are private, so this method lets us trigger the localization
  /external/clang/test/Analysis/
MissingDealloc.m 33 // Don't warn about iVars that are selectors.
54 // Don't warn about iVars that are IBOutlets.
unused-ivars.m 69 // <rdar://problem/7254495> - ivars referenced by lexically nested functions
99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 134 // Now, remove all zeroing of ivars etc.
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 378 llvm::Constant *IVars,
    [all...]
CGObjCRuntime.cpp 113 // non-synthesized ivars but we may be called for synthesized ivars. However,
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Basic/
LangOptions.def 106 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars")
  /external/clang/www/analyzer/
available_checks.html 111 <td><b>osx.cocoa.UnusedIvars</b></td><td>Warn about private ivars that are never used.</td>

Completed in 341 milliseconds

1 2 3 4 5 6