Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16636 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
16646 SingleElement = true; in checkOMPArraySectionConstantForReduction()
16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16688 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
17028 bool SingleElement; in actOnOMPReductionKindClause() local
17031 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
17034 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()