Searched refs:SingleElement (Results 1 – 1 of 1) sorted by relevance
16636 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument16646 SingleElement = true; in checkOMPArraySectionConstantForReduction()16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()16688 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()17028 bool SingleElement; in actOnOMPReductionKindClause() local17031 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()17034 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()