Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5026 llvm::APSInt LengthValue = Result.Val.getInt(); in ActOnOMPArraySectionExpr() local
5027 if (LengthValue.isNegative()) { in ActOnOMPArraySectionExpr()
5029 << LengthValue.toString(/*Radix=*/10, /*Signed=*/true) in ActOnOMPArraySectionExpr()