Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp1662 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local
1664 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()
9638 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local
9639 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()