Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp104 BoolWidth = HostTarget->getBoolWidth(); in NVPTXTargetInfo()
H A DSPIR.h114 BoolWidth = HostTarget->getBoolWidth(); in BaseSPIRTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h482 unsigned getBoolWidth() const { return BoolWidth; } in getBoolWidth() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1016 Builder.defineMacro("__BOOL_WIDTH__", Twine(TI.getBoolWidth())); in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1979 Width = Target->getBoolWidth(); in getTypeInfoImpl()