Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10767 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
10777 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
10785 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
10802 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
10812 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
10821 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()
11133 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local
11135 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
11139 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()