HomeSort by relevance Sort by last modified time
    Searched full:autorelease (Results 126 - 149 of 149) sorted by null

1 2 3 4 56

  /external/clang/lib/CodeGen/
CGVTables.cpp 338 // Disable the final ARC autorelease.
    [all...]
CodeGenFunction.cpp 788 // Tell the epilog emitter to autorelease the result. We do this
    [all...]
CGExpr.cpp 213 // Nothing to do; cleaned up by an autorelease pool.
    [all...]
CGObjCGNU.cpp     [all...]
CodeGenFunction.h 271 /// In ARC, whether we should autorelease the return value.
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 460 HelpText<"Check for sending 'retain', 'release', or 'autorelease' directly to a Class">,
  /external/clang/test/Analysis/inlining/
path-notes.m 44 - (id)autorelease;
162 id x = [[[[NSObject alloc] init] autorelease] autorelease];
    [all...]
  /external/clang/test/Analysis/
retain-release-path-notes.m 23 - (void)autorelease;
90 [object autorelease]; // expected-note{{Object autoreleased}}
91 [object autorelease]; // expected-note{{Object autoreleased}}
97 [object autorelease]; // expected-note{{Object autoreleased}}
141 [result autorelease]; // expected-note{{Object autoreleased}}
262 [(id)object autorelease]; // expected-note{{Object autoreleased}}
314 [_ownedProp autorelease]; // FIXME-note {{Object autoreleased}}
315 [_ownedProp autorelease]; // FIXME-note {{Object autoreleased}}
323 [_ivarOnly autorelease]; // FIXME-note {{Object autoreleased}}
324 [_ivarOnly autorelease]; // FIXME-note {{Object autoreleased}
    [all...]
  /external/clang/test/Analysis/diagnostics/
undef-value-param.m 11 -(id)autorelease;
    [all...]
  /external/clang/www/analyzer/
available_checks.html 571 autorelease</code> directly to a class.</div></div></td>
    [all...]
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.mm 817 // Stack-based autorelease pool for Breakpad::Create() obj-c code.
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclObjC.cpp 338 // In ARC, disallow definition of retain/release/autorelease/retainCount
    [all...]
SemaCodeComplete.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]

Completed in 965 milliseconds

1 2 3 4 56