Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp71 if (const auto *LengthDRE = dyn_cast<DeclRefExpr>(E)) in getLength() local
72 if (const auto *LengthVD = dyn_cast<VarDecl>(LengthDRE->getDecl())) in getLength()