Searched refs:argVal (Results 1 – 1 of 1) sorted by relevance
463 const SVal argVal, in IsZeroByteAllocation() argument467 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()512 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local514 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()518 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()540 SVal argVal = C.getSVal(arg); in CheckCallocZero() local541 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()547 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()