Searched refs:ReportZeroByteAllocation (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp51 bool ReportZeroByteAllocation(CheckerContext &C,
211 bool UnixAPIChecker::ReportZeroByteAllocation(CheckerContext &C, function in class:UnixAPIChecker
256 (void) ReportZeroByteAllocation(C, falseState, arg, fn);
286 if (ReportZeroByteAllocation(C, falseState, arg, "calloc"))

Completed in 42 milliseconds