Searched refs:argVal (Results 1 – 1 of 1) sorted by relevance
450 const SVal argVal, in IsZeroByteAllocation() argument454 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()499 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local501 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()505 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()527 SVal argVal = C.getSVal(arg); in CheckCallocZero() local528 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()535 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()