Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp361 if (std::optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local
365 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()
368 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()
373 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
374 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()