Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp322 static bool IsZeroByteAllocation(ProgramStateRef state, in IsZeroByteAllocation() function
381 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
411 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()