Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp449 static bool IsZeroByteAllocation(ProgramStateRef state, in IsZeroByteAllocation() function
505 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
535 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()