Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18724 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
18725 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
18726 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
18749 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
18750 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
18753 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()