Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1121 bool LongerIsComplex = isa<ComplexType>(LongerType.getCanonicalType()); in handleComplexFloatConversion() local
1123 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion()
1130 if (LongerIsComplex) in handleComplexFloatConversion()