Home
last modified time | relevance | path

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

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