Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp45 static const Expr *getDestCapacityExpr(const MatchFinder::MatchResult &Result) { in getDestCapacityExpr() function
97 if (const auto *DestCapacityExpr = getDestCapacityExpr(Result)) in getDestCapacity()
177 exprToStr(getDestCapacityExpr(Result), Result).trim(); in isDestBasedOnGivenLength()
262 const Expr *DestCapacityExpr = getDestCapacityExpr(Result); in isDestCapacityOverflows()
402 if (const Expr *CapacityExpr = getDestCapacityExpr(Result)) in isDestCapacityFix()
458 (Twine(exprToStr(getDestCapacityExpr(Result), Result)) + in insertDestCapacityArg()