Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp325 bool IsComplexRangePromoted = CGF.getLangOpts().getComplexRange() == in getPromotionType() local
332 if (IsComplexDivisor && IsFloatingType && IsComplexRangePromoted && in getPromotionType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10651 bool IsComplexRangePromoted = S.getLangOpts().getComplexRange() == in DetectPrecisionLossInComplexDivision() local
10653 if (!ElementType->isFloatingType() || !IsComplexRangePromoted) in DetectPrecisionLossInComplexDivision()