Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp293 Ctx.GetHigherPrecisionFPType(ElementType); in HigherPrecisionTypeForComplexArithmetic()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h854 const QualType GetHigherPrecisionFPType(QualType ElementType) const { in GetHigherPrecisionFPType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10657 QualType HigherElementType = Ctx.GetHigherPrecisionFPType(ElementType); in DetectPrecisionLossInComplexDivision()