Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1249 if (const auto *ComplexTy = E->getType()->getAs<ComplexType>()) { in VisitImplicitValueInitExpr() local
1251 QualType ElemQT = ComplexTy->getElementType(); in VisitImplicitValueInitExpr()
1475 if (const auto *ComplexTy = QT->getAs<ComplexType>()) { in visitInitList() local
1481 QualType ElemQT = ComplexTy->getElementType(); in visitInitList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1096 QualType ComplexTy, in handleComplexIntegerToFloatConversion() argument
1101 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleComplexIntegerToFloatConversion()
1105 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleComplexIntegerToFloatConversion()
H A DSemaOpenMP.cpp18620 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local
18621 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()