Searched refs:ComplexTy (Results 1 – 4 of 4) sorted by relevance
15 typedef _Complex int ComplexTy; typedef25 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()
1128 QualType ComplexTy, in handleComplexFloatConversion() 1133 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleComplexFloatConversion() 1137 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleComplexFloatConversion() 1096 handleComplexIntegerToFloatConversion(Sema & S,ExprResult & IntExpr,ExprResult & ComplexExpr,QualType IntTy,QualType ComplexTy,bool SkipCast) handleComplexIntegerToFloatConversion() argument
18810 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() 18811 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause() 19105 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) actOnOMPReductionKindClause() local