Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp413 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind() local
415 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
418 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
560 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local
561 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()
562 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()
563 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()
564 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()
566 if (ConvertedValue != InitializerValue) in getNarrowingKind()