Home
last modified time | relevance | path

Searched refs:HasAutoreleasePool (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp98 bool HasAutoreleasePool = (AP != nullptr); in emitDiagnostics() local
109 if (HasAutoreleasePool && (OAP != AP)) in emitDiagnostics()
122 (HasAutoreleasePool ? "" : "of last resort ") + in emitDiagnostics()