Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp288 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended()) in getRealTypeByWidth()
296 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble() || in getRealTypeByWidth()
297 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in getRealTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h262 (&TI.getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended() || in REGISTER_TRAIT_WITH_PROGRAMSTATE()
263 &TI.getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()))) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h666 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp938 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1049 if (&Context.getTargetInfo().getLongDoubleFormat() == in isX86VectorTypeForVectorCall()
2818 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
2951 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
4266 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
H A DCGExprScalar.cpp2662 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
H A DCGBuiltin.cpp2207 &getTarget().getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in EmitBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1694 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()
1695 return Target->getLongDoubleFormat(); in getFloatTypeSemantics()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5099 &Context.getTargetInfo().getLongDoubleFormat() == in BuildAtomicExpr()