Searched refs:ArraySizes (Results 1 – 1 of 1) sorted by relevance
16254 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument16264 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()16272 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()16289 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()16299 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()16308 ArraySizes.push_back(llvm::APSInt::get(1)); in checkOMPArraySectionConstantForReduction()16646 llvm::SmallVector<llvm::APSInt, 4> ArraySizes; in actOnOMPReductionKindClause() local16648 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()16652 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()