Home
last modified time | relevance | path

Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5098 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local
5099 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
H A DSemaOverload.cpp2823 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local
2824 if (!FromComplex) in IsComplexPromotion()
2831 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
2833 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()