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

References

tools/clang/include/clang/Basic/TargetInfo.h
  300   IntType getWIntType() const { return WIntType; }
tools/clang/lib/Basic/TargetInfo.cpp
   93   WIntType = SignedInt;
tools/clang/lib/Basic/Targets/AVR.h
   54     WIntType = SignedInt;
tools/clang/lib/Basic/Targets/NVPTX.cpp
  131   WIntType = HostTarget->getWIntType();
tools/clang/lib/Basic/Targets/OSTargets.h
  401     this->WIntType = TargetInfo::UnsignedInt;
  643       this->WCharType = this->WIntType = this->SignedInt;
  645       this->WCharType = this->WIntType = this->SignedLong;
  737     this->WIntType = TargetInfo::UnsignedShort;
tools/clang/lib/Basic/Targets/RISCV.h
   43     WIntType = UnsignedInt;
tools/clang/lib/Basic/Targets/X86.h
  560     WIntType = UnsignedInt;
tools/clang/lib/Basic/Targets/XCore.h
   38     WIntType = UnsignedInt;