Searched refs:SingleElement (Results 1 – 2 of 2) sorted by relevance
1213 value_type SingleElement; variable1217 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase()1220 return SingleElement ? SingleElement : IteratorBase::operator*();
10766 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument10776 SingleElement = true; in checkOMPArraySectionConstantForReduction()10784 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()10818 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()11132 bool SingleElement; in actOnOMPReductionKindClause() local11135 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()11138 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()