Searched defs:getLeastIntTypeByWidth (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | AVR.h | 165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { getLeastIntTypeByWidth() function |
H A D | WebAssembly.h | 151 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { getLeastIntTypeByWidth() function |
H A D | OSTargets.h | 126 TargetInfo::IntType getLeastIntTypeByWidth(unsigned BitWidth, getLeastIntTypeByWidth() function |
/llvm-project/clang/lib/Basic/ | ||
H A D | TargetInfo.cpp | 301 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, getLeastIntTypeByWidth() function in TargetInfo |