Searched refs:DestCapacity (Results 1 – 1 of 1) sorted by relevance
263 int DestCapacity = getLength(DestCapacityExpr, Result); in isDestCapacityOverflows() local266 if (GivenLength != 0 && DestCapacity != 0) in isDestCapacityOverflows()267 return isGivenLengthEqualToSrcLength(Result) && DestCapacity == GivenLength; in isDestCapacityOverflows()