Home
last modified time | relevance | path

Searched refs:SingleElement (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h36 SingleElement, enumerator
93 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()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp167 TypeParam SingleElement(this->testArray(1)); in TYPED_TEST() local
168 MultipleElements = std::move(SingleElement); in TYPED_TEST()
170 this->expectValues(SingleElement, this->testArray(0)); in TYPED_TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18707 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
18717 SingleElement = true; in checkOMPArraySectionConstantForReduction()
18725 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
18759 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
19099 bool SingleElement; in actOnOMPReductionKindClause() local
19102 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19105 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp319 TEST_F(ConstantRangeTest, SingleElement) { in TEST_F() argument