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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h199 RefVal autorelease() const { function in class:clang::ento::retaincountchecker::RefVal
H A DRetainCountChecker.cpp124 Out << " [autorelease -" << ACnt << ']';
776 // Update the autorelease counts.
777 V = V.autorelease();
1034 // Update the autorelease counts.
1216 // No autorelease counts? Nothing to be done.
1222 // FIXME: Handle sending 'autorelease' to already released object.
1259 // Woah! More autorelease counts then retain counts left.
1416 // Update counts from autorelease pools

Completed in 62 milliseconds