Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMSP430.h34 LongLongWidth = 64; in MSP430TargetInfo()
H A DTCE.h65 LongWidth = LongLongWidth = 32; in TCETargetInfo()
H A DAVR.h36 LongLongWidth = 64; in AVRTargetInfo()
H A DSystemZ.h42 LongWidth = LongLongWidth = LongAlign = LongLongAlign = 64; in SystemZTargetInfo()
H A DNVPTX.cpp120 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
H A DSPIR.h126 LongLongWidth = HostTarget->getLongLongWidth(); in BaseSPIRTargetInfo()
H A DOSTargets.h831 this->LongLongWidth = 64; in NaClTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp75 LongLongWidth = LongLongAlign = 64; in TargetInfo()
426 LongLongWidth = LongLongAlign = 128; in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h97 unsigned char LongLongWidth, LongLongAlign; member
519 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth()