Searched refs:ArraySizes (Results 1 – 1 of 1) sorted by relevance
10767 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument10777 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() local11135 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()11139 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()