Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp97 if (const auto *DestCapacityExpr = getDestCapacityExpr(Result)) in getDestCapacity() local
98 return getLength(DestCapacityExpr, Result); in getDestCapacity()
262 const Expr *DestCapacityExpr = getDestCapacityExpr(Result); in isDestCapacityOverflows() local
263 int DestCapacity = getLength(DestCapacityExpr, Result); in isDestCapacityOverflows()
271 StringRef DestCapacityExprStr = exprToStr(DestCapacityExpr, Result); in isDestCapacityOverflows()