Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp991 auto *LHSComplexType = dyn_cast<ComplexType>(LHSType); in handleComplexFloatConversion() local
994 LHSComplexType ? LHSComplexType->getElementType() : LHSType; in handleComplexFloatConversion()
1003 if (LHSComplexType) in handleComplexFloatConversion()