Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DNVPTX.cpp110 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DTargetInfo.cpp319 if (getDoubleWidth() == BitWidth) in getRealTypeByWidth()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h722 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth() function
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DInitPreprocessor.cpp996 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder); in InitializePredefinedMacros()
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp2164 Width = Target->getDoubleWidth(); in getTypeInfoImpl()