Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp414 static bool isFreeingOwnershipAttrCall(const FunctionDecl *Func);
784 return MallocChecker::isFreeingOwnershipAttrCall(Func); in isFreeingCallAsWritten()
1012 bool MallocChecker::isFreeingOwnershipAttrCall(const FunctionDecl *Func) { in isFreeingOwnershipAttrCall() function in MallocChecker
1028 return isFreeingOwnershipAttrCall(Func); in isFreeingCall()