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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp228 RefVal autorelease() const { function in class:__anon1703::RefVal
354 Out << " [autorelease -" << ACnt << ']';
1597 // Create the "autorelease" selector.
1599 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1624 // Don't track allocated autorelease pools, as it is okay to prematurely
2104 // Did an autorelease message get sent?
2164 os << "In GC mode an 'autorelease' has no effect.";
3210 // Update the autorelease counts.
3211 V = V.autorelease();
3491 // Update the autorelease count
[all...]

Completed in 152 milliseconds