Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp89 if (elementTy.UseExcessPrecision(cgf.getContext())) in getPromotionType()
93 if (ty.UseExcessPrecision(cgf.getContext())) in getPromotionType()
H A DCIRGenExprScalar.cpp807 if (ty.UseExcessPrecision(cgf.getContext())) { in getPromotionType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp335 if (ElementType.UseExcessPrecision(CGF.getContext())) in getPromotionType()
338 if (Ty.UseExcessPrecision(CGF.getContext())) in getPromotionType()
H A DCGExprScalar.cpp876 if (ElementType.UseExcessPrecision(Ctx)) in getPromotionType()
880 if (Ty.UseExcessPrecision(Ctx)) { in getPromotionType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1617 bool QualType::UseExcessPrecision(const ASTContext &Ctx) { in UseExcessPrecision() function in QualType
1623 return ElementType.UseExcessPrecision(Ctx); in UseExcessPrecision()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h966 bool UseExcessPrecision(const ASTContext &Ctx);