Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp316 const SVal argVal, in IsZeroByteAllocation() argument
320 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()
365 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local
367 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()
371 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
393 SVal argVal = C.getSVal(arg); in CheckCallocZero() local
394 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()
401 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()