Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17026 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
17030 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
17034 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
17042 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()