Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/
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/
DMSP430.h38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
DTCE.h74 DoubleWidth = 32; in TCETargetInfo()
DAVR.h44 DoubleWidth = 32; in AVRTargetInfo()
DNVPTX.cpp110 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h90 unsigned char DoubleWidth, DoubleAlign; member
722 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()