Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h244 CK_IntegralComplexToReal, enumerator
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp335 case CK_IntegralComplexToReal: in VisitCast()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1033 case CK_IntegralComplexToReal: in rewriteToNumericBoxedExpression()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp739 case CK_IntegralComplexToReal: in VisitCastExpr()
DCGExprComplex.cpp476 case CK_IntegralComplexToReal: in EmitCast()
DCGExprConstant.cpp730 case CK_IntegralComplexToReal: in VisitCastExpr()
DCGExprScalar.cpp1577 case CK_IntegralComplexToReal: in VisitCastExpr()
DCGExpr.cpp3379 case CK_IntegralComplexToReal: in EmitCastLValue()
/external/clang/lib/AST/
DExpr.cpp1578 case CK_IntegralComplexToReal: in CastConsistency()
1694 case CK_IntegralComplexToReal: in getCastKindName()
DExprConstant.cpp7837 case CK_IntegralComplexToReal: { in VisitCastExpr()
8237 case CK_IntegralComplexToReal: in VisitCastExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp5486 return CK_IntegralComplexToReal; in PrepareScalarCast()
5487 Src = ImpCastExprToType(Src.get(), ET, CK_IntegralComplexToReal); in PrepareScalarCast()
5495 CK_IntegralComplexToReal); in PrepareScalarCast()
DSemaExprCXX.cpp3404 : CK_IntegralComplexToReal, in PerformImplicitConversion()