Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp347 if (ElementType.UseExcessPrecision(CGF.getContext())) in getPromotionType()
350 if (Ty.UseExcessPrecision(CGF.getContext())) in getPromotionType()
H A DCGExprScalar.cpp839 if (ElementType.UseExcessPrecision(Ctx)) in getPromotionType()
843 if (Ty.UseExcessPrecision(Ctx)) { in getPromotionType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1571 bool QualType::UseExcessPrecision(const ASTContext &Ctx) { in UseExcessPrecision() function in QualType
1577 return ElementType.UseExcessPrecision(Ctx); in UseExcessPrecision()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h971 bool UseExcessPrecision(const ASTContext &Ctx);