Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp434 const Expr *ConditionExpr) { in arrayMatchesBoundExpr() argument
435 if (!ConditionExpr || ConditionExpr->isValueDependent()) in arrayMatchesBoundExpr()
442 ConditionExpr->getIntegerConstantExpr(*Context); in arrayMatchesBoundExpr()