Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp281 if (ElementType.UseExcessPrecision(CGF.getContext())) in getPromotionType()
284 if (Ty.UseExcessPrecision(CGF.getContext())) in getPromotionType()
H A DCGExprScalar.cpp819 if (ElementType.UseExcessPrecision(CGF.getContext())) in getPromotionType()
822 if (Ty.UseExcessPrecision(CGF.getContext())) in getPromotionType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1487 bool QualType::UseExcessPrecision(const ASTContext &Ctx) { in UseExcessPrecision() function in QualType
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h766 bool UseExcessPrecision(const ASTContext &Ctx);