Home
last modified time | relevance | path

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

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