Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp324 static bool IsZeroByteAllocation(ProgramStateRef state, in IsZeroByteAllocation() function
383 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
413 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()