Searched refs:ReportFreeAlloca (Results 1 – 1 of 1) sorted by relevance
370 void ReportFreeAlloca(CheckerContext &C, SVal ArgVal,1372 ReportFreeAlloca(C, ArgVal, ArgExpr->getSourceRange()); in FreeMemAux()1393 ReportFreeAlloca(C, ArgVal, ArgExpr->getSourceRange()); in FreeMemAux()1644 void MallocChecker::ReportFreeAlloca(CheckerContext &C, SVal ArgVal, in ReportFreeAlloca() function in MallocChecker