Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10783 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
10784 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
10785 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
10808 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
10809 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
10812 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()