Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.cpp123 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp294 if (getDoubleWidth() == BitWidth) in getRealTypeByWidth()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h697 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp983 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2153 Width = Target->getDoubleWidth(); in getTypeInfoImpl()