Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1679 if (const auto *ComplexTy = E->getType()->getAs<ComplexType>()) { in VisitImplicitValueInitExpr() local
1681 QualType ElemQT = ComplexTy->getElementType(); in VisitImplicitValueInitExpr()
1928 if (const auto *ComplexTy = QT->getAs<ComplexType>()) { in visitInitList() local
1934 QualType ElemQT = ComplexTy->getElementType(); in visitInitList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1123 QualType ComplexTy, in handleComplexIntegerToFloatConversion() argument
1128 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleComplexIntegerToFloatConversion()
1132 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleComplexIntegerToFloatConversion()
H A DSemaOpenMP.cpp19275 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local
19276 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7479 const ComplexType *ComplexTy = Ty->castAs<ComplexType>(); in visitComplex() local
7480 QualType EltTy = ComplexTy->getElementType(); in visitComplex()