Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18131 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
18141 SingleElement = true; in checkOMPArraySectionConstantForReduction()
18149 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
18183 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
18542 bool SingleElement; in actOnOMPReductionKindClause() local
18545 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
18548 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()