Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp52 llvm::Type *ComplexTy = in save() local
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1110 QualType ComplexTy, in handleIntegerToComplexFloatConversion() argument
1115 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleIntegerToComplexFloatConversion()
1117 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
1121 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
H A DSemaOpenMP.cpp19818 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local
19819 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()