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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp227 RefVal autorelease() const { function in class:__anon1366::RefVal
352 Out << " [autorelease -" << ACnt << ']';
1573 // Create the "autorelease" selector.
1575 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1600 // Don't track allocated autorelease pools, as it is okay to prematurely
2080 // Did an autorelease message get sent?
2140 os << "In GC mode an 'autorelease' has no effect.";
3155 // Update the autorelease counts.
3156 V = V.autorelease();
3436 // Update the autorelease count
[all...]

Completed in 69 milliseconds