Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp19007 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
19008 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
19009 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
19032 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
19033 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
19036 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()