reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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 {
341 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
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);