Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp52 llvm::Type *ComplexTy = in save() local
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1032 QualType ComplexTy, in handleIntegerToComplexFloatConversion() argument
1037 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType(); in handleIntegerToComplexFloatConversion()
1039 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
1043 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
H A DSemaOpenMP.cpp16723 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local
16724 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()