Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1213 value_type SingleElement; variable
1217 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase()
1220 return SingleElement ? SingleElement : IteratorBase::operator*();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10766 ASTContext &Context, const OMPArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument
10776 SingleElement = true; in checkOMPArraySectionConstantForReduction()
10784 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
10818 if (!SingleElement) { in checkOMPArraySectionConstantForReduction()
11132 bool SingleElement; in actOnOMPReductionKindClause() local
11135 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
11138 if (ConstantLengthOASE && !SingleElement) { in actOnOMPReductionKindClause()