Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h244 CK_IntegralComplexToReal, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp313 case CK_IntegralComplexToReal: in VisitCast()
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1033 case CK_IntegralComplexToReal: in rewriteToNumericBoxedExpression()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp475 case CK_IntegralComplexToReal: in EmitCast()
H A DCGExprAgg.cpp722 case CK_IntegralComplexToReal: in VisitCastExpr()
H A DCGExprConstant.cpp705 case CK_IntegralComplexToReal: in VisitCastExpr()
H A DCGExpr.cpp2931 case CK_IntegralComplexToReal: in EmitCastLValue()
H A DCGExprScalar.cpp1539 case CK_IntegralComplexToReal: in VisitCastExpr()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp1529 case CK_IntegralComplexToReal: in CastConsistency()
1645 case CK_IntegralComplexToReal: in getCastKindName()
H A DExprConstant.cpp7473 case CK_IntegralComplexToReal: { in VisitCastExpr()
7860 case CK_IntegralComplexToReal: in VisitCastExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5170 return CK_IntegralComplexToReal; in PrepareScalarCast()
5171 Src = ImpCastExprToType(Src.get(), ET, CK_IntegralComplexToReal); in PrepareScalarCast()
5179 CK_IntegralComplexToReal); in PrepareScalarCast()
H A DSemaExprCXX.cpp3029 : CK_IntegralComplexToReal, in PerformImplicitConversion()