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

/external/libchrome/base/mac/
H A Dscoped_nsobject.h60 // Shift reference to the autorelease pool to be released later.
61 NST autorelease() { return [this->release() autorelease]; } function in class:base::scoped_nsprotocol
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp227 RefVal autorelease() const { function in class:__anon1705::RefVal
353 Out << " [autorelease -" << ACnt << ']';
1596 // Create the "autorelease" selector.
1598 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1623 // Don't track allocated autorelease pools, as it is okay to prematurely
2103 // Did an autorelease message get sent?
2163 os << "In GC mode an 'autorelease' has no effect.";
3217 // Update the autorelease counts.
3218 V = V.autorelease();
3498 // Update the autorelease count
[all...]

Completed in 132 milliseconds