Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp441 Optional<llvm::APSInt> ConditionSize = in arrayMatchesBoundExpr() local
443 if (!ConditionSize) in arrayMatchesBoundExpr()
446 return llvm::APSInt::isSameValue(*ConditionSize, ArraySize); in arrayMatchesBoundExpr()