Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4203 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local
4204 assert(FromComplex); in PerformImplicitConversion()
4206 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
H A DSemaOverload.cpp2181 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local
2182 if (!FromComplex) in IsComplexPromotion()
2189 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
2191 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()