Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp111 DoubleWidth = 64; in TargetInfo()
420 if (DoubleWidth != FloatWidth) { in adjust()
421 DoubleWidth = DoubleAlign = 64; in adjust()
462 DoubleWidth = 32; in adjust()
467 DoubleWidth = 64; in adjust()
475 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()
476 LongDoubleWidth = DoubleWidth; in adjust()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DMSP430.h38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
H A DTCE.h74 DoubleWidth = 32; in TCETargetInfo()
H A DAVR.h44 DoubleWidth = 32; in AVRTargetInfo()
H A DNVPTX.cpp110 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h90 unsigned char DoubleWidth, DoubleAlign; member
722 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()