Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp427 void ReportFunctionPointerFree(CheckerContext &C, SVal ArgVal,
1603 ReportFunctionPointerFree(C, ArgVal, ArgExpr->getSourceRange(), ParentExpr); in FreeMemAux()
2084 void MallocChecker::ReportFunctionPointerFree(CheckerContext &C, SVal ArgVal, in ReportFunctionPointerFree() function in MallocChecker