Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18990 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
19000 SingleElement = true; in checkOMPArraySectionConstantForReduction()
19008 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
19042 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
19382 bool SingleElement; in actOnOMPReductionKindClause() local
19385 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19388 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()