Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp217 static bool IsZeroByteAllocation(ProgramStateRef state, in IsZeroByteAllocation() function
274 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
304 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()