Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp287 static bool IsZeroByteAllocation(ProgramStateRef state, in IsZeroByteAllocation() function
344 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
374 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()