Home
last modified time | relevance | path

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

/llvm-project/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/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1128 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
H A DSemaOpenMP.cpp18810 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()
18811 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()
19105 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) actOnOMPReductionKindClause() local