Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18540 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
18544 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
18548 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
18556 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()