Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_IntegralCast

2811       From = ImpCastExprToType(From, ToType, CK_IntegralCast,
2972 isFloatingComplex ? CK_IntegralToFloating : CK_IntegralCast).get();
3003 isFloatingComplex ? CK_FloatingToIntegral : CK_IntegralCast,