Home
last modified time | relevance | path

Searched refs:getBoolWidth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp113 BoolWidth = HostTarget->getBoolWidth(); in NVPTXTargetInfo()
H A DSPIR.h121 BoolWidth = HostTarget->getBoolWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h515 unsigned getBoolWidth() const { return BoolWidth; } in getBoolWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2170 Width = Target->getBoolWidth(); in getTypeInfoImpl()