Searched refs:DstIsSigned (Results 1 – 3 of 3) sorted by relevance
40 bool DstIsSigned = DstSema.isSigned(); in Convert() local95 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in Convert()153 unsigned DstWidth, bool DstIsSigned) { in CreateFixedToInteger() argument156 FixedPointSemantics::GetIntegerSemantics(DstWidth, DstIsSigned), true); in CreateFixedToInteger()
623 bool DstIsSigned ///< Whether to treate the dest. as signed
1603 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local1606 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()1625 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()