Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DMSP430.h36 FloatWidth = 32; in MSP430TargetInfo()
H A DTCE.h71 FloatWidth = 32; in TCETargetInfo()
H A DAVR.h42 FloatWidth = 32; in AVRTargetInfo()
H A DNVPTX.cpp121 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp82 FloatWidth = 32; in TargetInfo()
390 FloatWidth = FloatAlign = 32; in adjust()
395 if (DoubleWidth != FloatWidth) { in adjust()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h75 unsigned char FloatWidth, FloatAlign; member
687 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth()