Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp19097 bool ConstantLengthOASE = false; in actOnOMPReductionKindClause() local
19101 ConstantLengthOASE = checkOMPArraySectionConstantForReduction( in actOnOMPReductionKindClause()
19105 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
19113 if ((OASE && !ConstantLengthOASE) || in actOnOMPReductionKindClause()