Home | History | Annotate | Download | only in AST

Lines Matching refs:DestSigned

1344   bool DestSigned = DestType->isSignedIntegerOrEnumerationType();
1346 Result = APSInt(DestWidth, !DestSigned);
8345 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType();
8346 APSInt IgnoredVal(DestWidth, !DestSigned);