Home
last modified time | relevance | path

Searched refs:CK_IntegralRealToComplex (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h230 CK_IntegralRealToComplex, enumerator
DExpr.h2339 case CK_IntegralRealToComplex: in CheckCastConsistency()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp418 case CK_IntegralRealToComplex: { in EmitCast()
DCGExprAgg.cpp359 case CK_IntegralRealToComplex: in VisitCastExpr()
DCGExprConstant.cpp611 case CK_IntegralRealToComplex: in VisitCastExpr()
DCGExpr.cpp2042 case CK_IntegralRealToComplex: in EmitCastLValue()
DCGExprScalar.cpp1125 case CK_IntegralRealToComplex: in VisitCastExpr()
/external/clang/lib/AST/
DExprConstant.cpp1811 case CK_IntegralRealToComplex: in VisitCastExpr()
2381 case CK_IntegralRealToComplex: { in VisitCastExpr()
DExpr.cpp1091 case CK_IntegralRealToComplex: in getCastKindName()
/external/clang/lib/Sema/
DSemaExpr.cpp765 rhsExpr = ImpCastExprToType(rhsExpr.take(), lhs, CK_IntegralRealToComplex); in UsualArithmeticConversions()
770 lhsExpr = ImpCastExprToType(lhsExpr.take(), rhs, CK_IntegralRealToComplex); in UsualArithmeticConversions()
3795 return CK_IntegralRealToComplex; in PrepareScalarCast()
3820 return CK_IntegralRealToComplex; in PrepareScalarCast()
DSemaExprCXX.cpp2440 : CK_IntegralRealToComplex).take(); in PerformImplicitConversion()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2232 case CK_IntegralRealToComplex: in VisitCast()