Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp74 if (const Expr *LengthInit = LengthVD->getInit()) in getLength() local
75 if (LengthInit->EvaluateAsInt(Length, *Result.Context)) in getLength()