Home
last modified time | relevance | path

Searched refs:BoolWidth (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DHexagon.h66 BoolWidth = BoolAlign = 8; in HexagonTargetInfo()
H A DNVPTX.cpp114 BoolWidth = HostTarget->getBoolWidth(); in NVPTXTargetInfo()
H A DPPC.h469 BoolWidth = BoolAlign = 32; // XXX support -mone-byte-bool? in DarwinPPC32TargetInfo()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h61 unsigned char BoolWidth, BoolAlign; member
433 unsigned getBoolWidth() const { return BoolWidth; } in getBoolWidth()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp41 BoolWidth = BoolAlign = 8; in TargetInfo()