Searched refs:DstIsSigned (Results 1 – 2 of 2) sorted by relevance
547 bool DstIsSigned ///< Whether to treate the dest. as signed
1170 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local1173 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()1183 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()