Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h732 virtual bool hasLongDoubleType() const { return HasLongDouble; } in hasLongDoubleType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp307 if (!Ctx.getTargetInfo().hasLongDoubleType() && in HigherPrecisionTypeForComplexArithmetic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2209 if (!TI.hasLongDoubleType() && UnqualTy == Context.LongDoubleTy) { in checkTypeSupport()
H A DSemaExpr.cpp10666 !Ctx.getTargetInfo().hasLongDoubleType())) { in DetectPrecisionLossInComplexDivision()