Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp310 llvm::APSInt IntConstantValue; in getNarrowingKind() local
313 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()
316 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()
319 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()
324 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()
325 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()