Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp289 if (ElementType.UseExcessPrecision(CGF.getContext())) in getPromotionType()
292 if (Ty.UseExcessPrecision(CGF.getContext())) in getPromotionType()
H A DCGExprScalar.cpp820 if (ElementType.UseExcessPrecision(Ctx)) in getPromotionType()
824 if (Ty.UseExcessPrecision(Ctx)) { in getPromotionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1509 bool QualType::UseExcessPrecision(const ASTContext &Ctx) { in UseExcessPrecision() function in QualType
1515 return ElementType.UseExcessPrecision(Ctx); in UseExcessPrecision()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h767 bool UseExcessPrecision(const ASTContext &Ctx);