Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp505 constexpr auto CanRepresentAll = [](bool FromSigned, unsigned FromWidth, in getNarrowingKind() local
511 if (CanRepresentAll(FromSigned, FromWidth, ToSigned, ToWidth)) in getNarrowingKind()
523 if (CanRepresentAll(FromSigned, BitFieldWidth, ToSigned, ToWidth)) in getNarrowingKind()