Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_IntegralCast

3207       From = ImpCastExprToType(From, ToType, CK_IntegralCast,
3386 isFloatingComplex ? CK_IntegralToFloating : CK_IntegralCast).get();
3417 isFloatingComplex ? CK_FloatingToIntegral : CK_IntegralCast,