Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp200 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth() function in TargetInfo
DTargets.cpp7837 IntType getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth() function in __anon2066a7b00111::WebAssemblyTargetInfo
7842 : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned); in getLeastIntTypeByWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp264 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned); in DefineLeastWidthIntType()
278 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned); in DefineFastIntType()
/external/clang/include/clang/Basic/
DTargetInfo.h274 virtual IntType getLeastIntTypeByWidth(unsigned BitWidth,