Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16270 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16271 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16272 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16295 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16296 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16299 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()