Searched refs:SingleElement (Results 1 – 1 of 1) sorted by relevance
19329 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument19339 SingleElement = true; in checkOMPArraySectionConstantForReduction()19347 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()19381 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()19740 bool SingleElement; in actOnOMPReductionKindClause() local19743 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19746 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()