Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp447 Optional<llvm::APSInt> ConditionSize = in arrayMatchesBoundExpr() local
449 if (!ConditionSize) in arrayMatchesBoundExpr()
452 return llvm::APSInt::isSameValue(*ConditionSize, ArraySize); in arrayMatchesBoundExpr()