Searched defs:autorelease (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/mac/
H A Dscoped_nsobject.h87 // Shift reference to the autorelease pool to be released later.
88 NST autorelease() { function in class:base::scoped_nsprotocol
89 return [release() autorelease];
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp220 RefVal autorelease() const { function in class:__anon18226::RefVal
1547 // Create the "autorelease" selector.
1549 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1574 // Don't track allocated autorelease pools, as it is okay to prematurely
2038 // Did an autorelease message get sent?
2093 os << "In GC mode an 'autorelease' has no effect.";
3095 // Update the autorelease counts.
3096 V = V.autorelease();
3354 // Update the autorelease counts.
3586 // No autorelease count
[all...]

Completed in 3335 milliseconds