Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp331 if (const auto *LhsIL = dyn_cast<IntegerLiteral>(LhsExpr)) { in lengthExprHandle() local
332 if (LhsIL->getValue().getZExtValue() == 1) { in lengthExprHandle()
334 {LhsIL->getBeginLoc(), in lengthExprHandle()