Home
last modified time | relevance | path

Searched refs:DestCapacityExprStr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp176 StringRef DestCapacityExprStr = in isDestBasedOnGivenLength() local
181 return DestCapacityExprStr != "" && LengthExprStr != "" && in isDestBasedOnGivenLength()
182 DestCapacityExprStr.contains(LengthExprStr); in isDestBasedOnGivenLength()
271 StringRef DestCapacityExprStr = exprToStr(DestCapacityExpr, Result); in isDestCapacityOverflows() local
272 if (DestCapacityExprStr.contains("+1") || DestCapacityExprStr.contains("+ 1")) in isDestCapacityOverflows()