Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp118 static int getGivenLength(const MatchFinder::MatchResult &Result) { in getGivenLength() function
165 return getGivenLength(Result) == std::numeric_limits<int>::max(); in isInjectUL()
228 int GivenLength = getGivenLength(Result); in isGivenLengthEqualToSrcLength()
264 int GivenLength = getGivenLength(Result); in isDestCapacityOverflows()
983 int GivenLength = getGivenLength(Result); in ncmpFix()