Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_IntegralCast

782       E = ImpCastExprToType(E, PTy, CK_IntegralCast).get();
787 E = ImpCastExprToType(E, PT, CK_IntegralCast).get();
1147 return S.ImpCastExprToType(op, toType, CK_IntegralCast);
1296 LHS = ImpCastExprToType(LHS.get(), LHSType, CK_IntegralCast);
5403 return CK_IntegralCast;
5409 CK_IntegralCast);
5488 return CK_IntegralCast;
7411 scalarCast = CK_IntegralCast;
8489 if (CK == CK_IntegralToBoolean || CK == CK_IntegralCast)