Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1056 auto *LHSComplexType = dyn_cast<ComplexType>(LHSType); in handleComplexFloatConversion() local
1059 LHSComplexType ? LHSComplexType->getElementType() : LHSType; in handleComplexFloatConversion()
1068 if (LHSComplexType) in handleComplexFloatConversion()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1080 auto *LHSComplexType = dyn_cast<ComplexType>(LHSType); in handleComplexFloatConversion() local
1083 LHSComplexType ? LHSComplexType->getElementType() : LHSType; in handleComplexFloatConversion()
1092 if (LHSComplexType) in handleComplexFloatConversion()