Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp79 DoubleWidth = 64; in TargetInfo()
372 if (DoubleWidth != FloatWidth) { in adjust()
373 DoubleWidth = DoubleAlign = 64; in adjust()
395 DoubleWidth = 32; in adjust()
400 DoubleWidth = 64; in adjust()
408 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()
409 LongDoubleWidth = DoubleWidth; in adjust()
/external/clang/lib/Basic/
DTargetInfo.cpp46 DoubleWidth = 64; in TargetInfo()
303 if (DoubleWidth != FloatWidth) { in adjust()
304 DoubleWidth = DoubleAlign = 64; in adjust()
DTargets.cpp1734 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
7004 DoubleWidth = 32; in TCETargetInfo()
/external/llvm-project/clang/lib/Basic/Targets/
DMSP430.h38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
DTCE.h68 DoubleWidth = 32; in TCETargetInfo()
DAVR.h44 DoubleWidth = 32; in AVRTargetInfo()
DNVPTX.cpp120 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h67 unsigned char DoubleWidth, DoubleAlign; variable
377 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h66 unsigned char DoubleWidth, DoubleAlign; member
641 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()