Searched refs:CK_IntegralCast (Results 1 - 22 of 22) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h165 /// CK_IntegralCast - A cast between integral types (other than to
170 CK_IntegralCast, enumerator in enum:clang::CastKind
/external/clang/lib/Analysis/
H A DBodyFarm.cpp139 return ImplicitCastExpr::Create(C, Ty, CK_IntegralCast,
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp480 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
H A DSemaLambda.cpp542 if (ICE->getCastKind() == CK_IntegralCast)
605 E = ImplicitCastExpr::Create(S.Context, returnType, CK_IntegralCast,
H A DSemaCast.cpp1014 Kind = CK_IntegralCast;
1033 Kind = CK_IntegralCast;
H A DSemaStmt.cpp571 if (impcast->getCastKind() != CK_IntegralCast) break;
847 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get();
963 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).get();
H A DSemaExpr.cpp754 E = ImpCastExprToType(E, PTy, CK_IntegralCast).get();
759 E = ImpCastExprToType(E, PT, CK_IntegralCast).get();
1114 return S.ImpCastExprToType(op, toType, CK_IntegralCast);
1263 LHS = ImpCastExprToType(LHS.get(), LHSType, CK_IntegralCast);
5228 return CK_IntegralCast;
5234 CK_IntegralCast);
5313 return CK_IntegralCast;
7223 scalarCast = CK_IntegralCast;
8229 if (CK == CK_IntegralToBoolean || CK == CK_IntegralCast)
H A DSemaChecking.cpp3780 if (ICE->getCastKind() == CK_IntegralCast ||
5745 bool isIntegerCast = (CE->getCastKind() == CK_IntegralCast);
6007 if (ICE->getCastKind() != CK_IntegralCast &&
H A DSemaExprCXX.cpp2938 From = ImpCastExprToType(From, ToType, CK_IntegralCast,
3117 isFloatingComplex ? CK_IntegralToFloating : CK_IntegralCast).get();
3148 isFloatingComplex ? CK_FloatingToIntegral : CK_IntegralCast,
H A DSemaInit.cpp2279 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2301 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
H A DSemaTemplate.cpp5020 Arg = ImpCastExprToType(Arg, ParamType, CK_IntegralCast).get();
5449 E = CStyleCastExpr::Create(Context, OrigT, VK_RValue, CK_IntegralCast, E,
H A DSemaDecl.cpp13302 Val = ImpCastExprToType(Val, EltTy, CK_IntegralCast).get();
13306 Val = ImpCastExprToType(Val, EltTy, CK_IntegralCast).get();
13327 Val = ImpCastExprToType(Val, Context.IntTy, CK_IntegralCast).get();
13915 CK_IntegralCast,
H A DSemaOverload.cpp251 case CK_IntegralCast:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp297 case CK_IntegralCast:
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp465 case CK_IntegralCast:
H A DCGExprAgg.cpp711 case CK_IntegralCast:
H A DCGExprConstant.cpp717 case CK_IntegralCast:
H A DCGExpr.cpp2945 case CK_IntegralCast:
H A DCGExprScalar.cpp1560 case CK_IntegralCast:
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1006 case CK_IntegralCast: {
/external/clang/lib/AST/
H A DExpr.cpp1531 case CK_IntegralCast:
1623 case CK_IntegralCast:
H A DExprConstant.cpp7433 case CK_IntegralCast: {
7866 case CK_IntegralCast:
8964 case CK_IntegralCast:

Completed in 376 milliseconds