Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.h66 BoolWidth = BoolAlign = 8; in HexagonTargetInfo()
H A DNVPTX.cpp113 BoolWidth = HostTarget->getBoolWidth(); in NVPTXTargetInfo()
H A DSPIR.h121 BoolWidth = HostTarget->getBoolWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp76 BoolWidth = BoolAlign = 8; in TargetInfo()
436 BoolWidth = BoolAlign = 32; in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h91 unsigned char BoolWidth, BoolAlign; member
515 unsigned getBoolWidth() const { return BoolWidth; } in getBoolWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp357 Check("bool", llvm::Type::getIntNTy(Context, Target.BoolWidth), in checkDataLayoutConsistency()