Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFUtils.h35 ::CFRetain(get()); in CFReleaser()
46 ::CFRetain(get());
H A DCFString.cpp70 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
/freebsd-12.1/crypto/heimdal/kdc/
H A Dannounce.c436 g_hostname = CFRetain(host); in update_all()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp537 CallDescription CFRetain{"CFRetain", 1}, member in __anon4164b2c50411::CFRetainReleaseChecker
554 if (!(Call.isCalled(CFRetain) || Call.isCalled(CFRelease) || in checkPreCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td744 HelpText<"Check for null arguments to CFRetain/CFRelease/CFMakeCollectable">,