Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DNVPTX.cpp107 BoolWidth = HostTarget->getBoolWidth(); in NVPTXTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h366 unsigned getBoolWidth() const { return BoolWidth; } in getBoolWidth() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1826 Width = Target->getBoolWidth(); in getTypeInfoImpl()