HomeSort by relevance Sort by last modified time
    Searched refs:CK_IntegralCast (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 165 /// CK_IntegralCast - A cast between integral types (other than to
170 CK_IntegralCast,
  /external/clang/lib/Analysis/
BodyFarm.cpp 138 return ImplicitCastExpr::Create(C, Ty, CK_IntegralCast,
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 354 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
SemaLambda.cpp 542 if (ICE->getCastKind() == CK_IntegralCast)
605 E = ImplicitCastExpr::Create(S.Context, returnType, CK_IntegralCast,
    [all...]
SemaCast.cpp     [all...]
SemaStmt.cpp 572 if (impcast->getCastKind() != CK_IntegralCast) break;
810 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get();
    [all...]
SemaExpr.cpp 706 E = ImpCastExprToType(E, PTy, CK_IntegralCast).get();
711 E = ImpCastExprToType(E, PT, CK_IntegralCast).get();
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 285 case CK_IntegralCast:
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 297 case CK_IntegralCast:
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 457 case CK_IntegralCast:
    [all...]
CGExprAgg.cpp 706 case CK_IntegralCast:
    [all...]
CGExprConstant.cpp 696 case CK_IntegralCast:
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 339 milliseconds