Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19195 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
19199 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
19203 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
19211 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()