Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp112 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
H A DSPIR.h122 DoubleWidth = HostTarget->getDoubleWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp321 if (getDoubleWidth() == BitWidth) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h750 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1045 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2100 Width = Target->getDoubleWidth(); in getTypeInfoImpl()