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

Overridden By

tools/clang/lib/Basic/Targets/AVR.h
  155   IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {
tools/clang/lib/Basic/Targets/WebAssembly.h
  105   IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
  341   virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;

References

tools/clang/lib/AST/ASTContext.cpp
 9452       switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) {
10212   TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed);
tools/clang/lib/Basic/Targets/AVR.h
  158                           : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned);
tools/clang/lib/Basic/Targets/WebAssembly.h
  108                           : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned);