reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/Basic/Targets/AVR.h
  161   IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {
tools/clang/lib/Basic/Targets/OSTargets.h
  167   TargetInfo::IntType getLeastIntTypeByWidth(unsigned BitWidth,
tools/clang/lib/Basic/Targets/WebAssembly.h
  111   IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
  344   virtual IntType getLeastIntTypeByWidth(unsigned BitWidth,

References

tools/clang/lib/Basic/Targets/AVR.h
  165                : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);
tools/clang/lib/Basic/Targets/OSTargets.h
  173                : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);
tools/clang/lib/Basic/Targets/WebAssembly.h
  115                : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  246   TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
  260   TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);