Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16637 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
16647 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16672 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16691 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
17029 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local
17031 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
17035 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()