Home | History | Annotate | Download | only in Sema

Lines Matching full:isrhsintegralliteral

4872     bool IsRHSIntegralLiteral = 
4877 if (IsRHSIntegralLiteral && !IsLHSIntegralLiteral)
4879 else if (!IsRHSIntegralLiteral && IsLHSIntegralLiteral)
4883 (IsRHSIntegralLiteral && IsLHSIntegralLiteral);