Searched refs:argVal (Results 1 – 1 of 1) sorted by relevance
316 const SVal argVal, in IsZeroByteAllocation() argument320 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()365 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local367 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()371 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()393 SVal argVal = C.getSVal(arg); in CheckCallocZero() local394 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()401 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()