Home
last modified time | relevance | path

Searched defs:getLeastIntTypeByWidth (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth() function
H A DWebAssembly.h146 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { getLeastIntTypeByWidth() function
H A DOSTargets.h126 TargetInfo::IntType getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp300 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, getLeastIntTypeByWidth() function in TargetInfo