HomeSort by relevance Sort by last modified time
    Searched refs:CK_IntegralCast (Results 1 - 17 of 17) 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/Sema/
SemaExpr.cpp 474 E = ImpCastExprToType(E, PTy, CK_IntegralCast).take();
479 E = ImpCastExprToType(E, PT, CK_IntegralCast).take();
    [all...]
SemaStmt.cpp 498 if (impcast->getCastKind() != CK_IntegralCast) break;
675 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).take();
772 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).take();
    [all...]
SemaCast.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp 267 case CK_IntegralCast:
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 411 case CK_IntegralCast:
CGExprAgg.cpp 615 case CK_IntegralCast:
    [all...]
CGExprConstant.cpp 740 case CK_IntegralCast:
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 242 case CK_IntegralCast:
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 171 milliseconds