Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp14907 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14908 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
14909 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
14932 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14933 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
14936 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()