Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp286 if (!InnerF || !isCreateOrCopyFunction(InnerF)) in checkBridgingRelease()
388 if (!Callee || !isCreateOrCopyFunction(Callee)) in visitReturnStmt()
471 return isCreateOrCopyFunction(Callee); in isCreateOrCopy()
474 bool isCreateOrCopyFunction(const FunctionDecl *FnDecl) const { in isCreateOrCopyFunction() function in __anon71c0f1610111::RetainPtrCtorAdoptChecker
557 if (isCreateOrCopyFunction(Callee)) { in isOwned()