Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16254 SmallVectorImpl<llvm::APSInt> &ArraySizes) { in checkOMPArraySectionConstantForReduction() argument
16264 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() local
16648 Context, OASE, SingleElement, ArraySizes); in actOnOMPReductionKindClause()
16652 for (llvm::APSInt &Size : ArraySizes) in actOnOMPReductionKindClause()