Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.bench.cpp39 SingleElement, enumerator
51 if (O == Order::SingleElement) { in fillValues()
61 if (O == Order::SingleElement) { in fillValues()
76 if (O == Order::SingleElement) { in fillValues()
97 if (O == Order::SingleElement) { in fillValues()
121 case Order::SingleElement: in sortValues()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16253 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
16263 SingleElement = true; in checkOMPArraySectionConstantForReduction()
16271 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16305 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
16645 bool SingleElement; in actOnOMPReductionKindClause() local
16648 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
16651 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()