Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp335 llvm::APSInt IntConstantValue; in getNarrowingKind() local
343 if (Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()
346 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()
349 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()
354 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()
355 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()