Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp19380 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
19384 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
19388 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
19396 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()