Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp72 if (const auto *LengthVD = dyn_cast<VarDecl>(LengthDRE->getDecl())) in getLength() local
73 if (!isa<ParmVarDecl>(LengthVD)) in getLength()
74 if (const Expr *LengthInit = LengthVD->getInit()) in getLength()