Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp258 static bool isDestCapacityOverflows(const MatchFinder::MatchResult &Result) { in isDestCapacityOverflows() function
400 bool IsOverflows = isDestCapacityOverflows(Result); in isDestCapacityFix()
1000 if (!isDestCapacityOverflows(Result)) in xfrmFix()