Home
last modified time | relevance | path

Searched refs:getLongDoubleFormat (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp268 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended()) in getRealTypeByWidth()
272 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble() || in getRealTypeByWidth()
273 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in getRealTypeByWidth()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h237 (&TI.getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended() || in canReasonAbout()
238 &TI.getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()))) in canReasonAbout()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h579 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp837 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp950 if (&Context.getTargetInfo().getLongDoubleFormat() == in isX86VectorTypeForVectorCall()
2574 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
2699 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
3985 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
H A DCGExprScalar.cpp2493 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1551 case BuiltinType::LongDouble: return Target->getLongDoubleFormat(); in getFloatTypeSemantics()