Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp82 bool ReportZeroByteAllocation(CheckerContext &C,
328 bool UnixAPIPortabilityChecker::ReportZeroByteAllocation( in ReportZeroByteAllocation() function in UnixAPIPortabilityChecker
372 (void) ReportZeroByteAllocation(C, falseState, arg, fn); in BasicAllocationCheck()
402 if (ReportZeroByteAllocation(C, falseState, arg, "calloc")) in CheckCallocZero()