Home
last modified time | relevance | path

Searched refs:ComplexTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dparameter-passing.c15 typedef _Complex int ComplexTy; typedef
25 static ComplexTy complex_id(ComplexTy a) { return a; } in complex_id()
35 static void complex_mul(ComplexTy a) { result *= __real a * __imag a; } in complex_mul()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.cpp52 llvm::Type *ComplexTy = in save() local
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1086 QualType ComplexTy, in handleIntegerToComplexFloatConversion() argument
1091 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType(); in handleIntegerToComplexFloatConversion()
1093 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
1097 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
H A DSemaOpenMP.cpp19177 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local
19178 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()