Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp81 DoubleWidth = 64; in TargetInfo()
380 if (DoubleWidth != FloatWidth) { in adjust()
381 DoubleWidth = DoubleAlign = 64; in adjust()
403 DoubleWidth = 32; in adjust()
408 DoubleWidth = 64; in adjust()
416 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()
417 LongDoubleWidth = DoubleWidth; in adjust()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DMSP430.h38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
H A DTCE.h73 DoubleWidth = 32; in TCETargetInfo()
H A DAVR.h44 DoubleWidth = 32; in AVRTargetInfo()
H A DNVPTX.cpp122 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h66 unsigned char DoubleWidth, DoubleAlign; member
658 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()