Searched refs:DestCapacityExprStr (Results 1 – 1 of 1) sorted by relevance
176 StringRef DestCapacityExprStr = in isDestBasedOnGivenLength() local181 return DestCapacityExprStr != "" && LengthExprStr != "" && in isDestBasedOnGivenLength()182 DestCapacityExprStr.contains(LengthExprStr); in isDestBasedOnGivenLength()271 StringRef DestCapacityExprStr = exprToStr(DestCapacityExpr, Result); in isDestCapacityOverflows() local272 if (DestCapacityExprStr.contains("+1") || DestCapacityExprStr.contains("+ 1")) in isDestCapacityOverflows()