Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp382 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind() local
384 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
387 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
476 llvm::APSInt ConvertedValue = InitializerValue; in getNarrowingKind() local
477 ConvertedValue = ConvertedValue.trunc(ToWidth); in getNarrowingKind()
478 ConvertedValue.setIsSigned(ToSigned); in getNarrowingKind()
479 ConvertedValue = ConvertedValue.extend(InitializerValue.getBitWidth()); in getNarrowingKind()
480 ConvertedValue.setIsSigned(InitializerValue.isSigned()); in getNarrowingKind()
482 if (ConvertedValue != InitializerValue) in getNarrowingKind()