Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp278 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in isFloatExactlyRepresentable() local
279 llvm::APSInt Result = llvm::APSInt(DestWidth, !DestSigned); in isFloatExactlyRepresentable()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2545 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local
2547 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()
15645 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local
15646 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()