Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp197 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth() function in TargetInfo
DTargets.cpp7249 IntType getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth() function in __anon98321eb30111::WebAssemblyTargetInfo
7254 : 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.h263 virtual IntType getLeastIntTypeByWidth(unsigned BitWidth,