Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/kdc/
H A Dannounce.c436 g_hostname = CFRetain(host); in update_all()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp536 CallDescription CFRetain{"CFRetain", 1}, member in __anon84c6676a0411::CFRetainReleaseChecker
553 if (!(Call.isCalled(CFRetain) || Call.isCalled(CFRelease) || in checkPreCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1212 HelpText<"Check for null arguments to CFRetain/CFRelease/CFMakeCollectable">,