Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19329 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
19339 SingleElement = true; in checkOMPArraySectionConstantForReduction()
19347 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
19381 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
19740 bool SingleElement; in actOnOMPReductionKindClause() local
19743 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
19746 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()