Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16643 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
16647 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
16651 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
16659 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()