Searched refs:SingleElement (Results 1 – 1 of 1) sorted by relevance
18131 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument18141 SingleElement = true; in checkOMPArraySectionConstantForReduction()18149 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()18183 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()18542 bool SingleElement; in actOnOMPReductionKindClause() local18545 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()18548 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()