Searched refs:SingleElement (Results 1 – 2 of 2) sorted by relevance
36 SingleElement, enumerator93 if (O == Order::SingleElement) { in fillValues()105 if (O == Order::SingleElement) { in fillValues()120 if (O == Order::SingleElement) { in fillValues()141 if (O == Order::SingleElement) { in fillValues()164 case Order::SingleElement: in sortValues()
18990 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument19000 SingleElement = true; in checkOMPArraySectionConstantForReduction()19008 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()19042 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()19382 bool SingleElement; in actOnOMPReductionKindClause() local19385 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19388 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()