Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp349 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind() local
351 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
354 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()
442 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local
443 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()
444 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()
445 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()
446 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()
448 if (ConvertedValue != InitializerValue) in getNarrowingKind()