Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18780 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
18781 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
18782 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
18806 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
18807 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
18810 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()