Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19346 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
19347 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
19348 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
19371 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
19372 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
19375 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()