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.cpp313 case CK_IntegralComplexToReal: in VisitCast()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp469 case CK_IntegralComplexToReal: in EmitCast()
DCGExprAgg.cpp722 case CK_IntegralComplexToReal: in VisitCastExpr()
DCGExprConstant.cpp689 case CK_IntegralComplexToReal: in VisitCastExpr()
DCGExpr.cpp2809 case CK_IntegralComplexToReal: in EmitCastLValue()
DCGExprScalar.cpp1484 case CK_IntegralComplexToReal: in VisitCastExpr()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1033 case CK_IntegralComplexToReal: in rewriteToNumericBoxedExpression()
/external/clang/lib/AST/
DExpr.cpp1491 case CK_IntegralComplexToReal: in CastConsistency()
1607 case CK_IntegralComplexToReal: in getCastKindName()
DExprConstant.cpp7239 case CK_IntegralComplexToReal: { in VisitCastExpr()
7626 case CK_IntegralComplexToReal: in VisitCastExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp5088 return CK_IntegralComplexToReal; in PrepareScalarCast()
5089 Src = ImpCastExprToType(Src.get(), ET, CK_IntegralComplexToReal); in PrepareScalarCast()
5097 CK_IntegralComplexToReal); in PrepareScalarCast()
DSemaExprCXX.cpp2990 : CK_IntegralComplexToReal, in PerformImplicitConversion()