Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp375 if (std::optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local
379 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()
382 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()
387 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
388 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()