Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11130 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
11134 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
11138 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
11145 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()