Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.cpp115 BoolWidth = HostTarget->getBoolWidth(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h442 unsigned getBoolWidth() const { return BoolWidth; } in getBoolWidth() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp955 Builder.defineMacro("__BOOL_WIDTH__", Twine(TI.getBoolWidth())); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2038 Width = Target->getBoolWidth(); in getTypeInfoImpl()