Searched refs:argVal (Results 1 – 1 of 1) sorted by relevance
323 const SVal argVal, in IsZeroByteAllocation() argument327 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()375 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local377 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()381 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()403 SVal argVal = C.getSVal(arg); in CheckCallocZero() local404 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()411 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()