Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp340 if (const auto *RhsIL = dyn_cast<IntegerLiteral>(RhsExpr)) { in lengthExprHandle() local
341 if (RhsIL->getValue().getZExtValue() == 1) { in lengthExprHandle()
343 {LhsExpr->getEndLoc().getLocWithOffset(1), RhsIL->getEndLoc()}); in lengthExprHandle()