Searched refs:SingleElement (Results 1 – 4 of 4) 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()
167 TypeParam SingleElement(this->testArray(1)); in TYPED_TEST() local168 MultipleElements = std::move(SingleElement); in TYPED_TEST()170 this->expectValues(SingleElement, this->testArray(0)); in TYPED_TEST()
18707 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument18717 SingleElement = true; in checkOMPArraySectionConstantForReduction()18725 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()18759 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()19099 bool SingleElement; in actOnOMPReductionKindClause() local19102 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()19105 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
319 TEST_F(ConstantRangeTest, SingleElement) { in TEST_F() argument