Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp81 DoubleWidth = 64; in TargetInfo()
380 if (DoubleWidth != FloatWidth) { in adjust()
381 DoubleWidth = DoubleAlign = 64; in adjust()
420 DoubleWidth = 32; in adjust()
425 DoubleWidth = 64; in adjust()
433 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()
434 LongDoubleWidth = DoubleWidth; in adjust()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DMSP430.h38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
DTCE.h73 DoubleWidth = 32; in TCETargetInfo()
DAVR.h44 DoubleWidth = 32; in AVRTargetInfo()
DNVPTX.cpp122 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h66 unsigned char DoubleWidth, DoubleAlign; member
658 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()