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

References

tools/clang/include/clang/Basic/TargetInfo.h
  276       return SignedInt;
  316     case SignedInt:
tools/clang/lib/AST/ASTContext.cpp
 7884   case TargetInfo::SignedInt: return IntTy;
 9455       case TargetInfo::SignedInt:
tools/clang/lib/Basic/TargetInfo.cpp
   92   WCharType = SignedInt;
   93   WIntType = SignedInt;
   97   SigAtomicType = SignedInt;
   98   ProcessIDType = SignedInt;
  165   case SignedInt:        return "int";
  181   case SignedInt:        return "";
  208   case SignedInt:
  226   case SignedInt:
  242     return IsSigned ? SignedInt : UnsignedInt;
  257     return IsSigned ? SignedInt : UnsignedInt;
  297   case SignedInt:
  313   case SignedInt:
  339   case 4: WCharType = Opts.WCharIsSigned ? SignedInt : UnsignedInt; break;
  371     PtrDiffType = Is32BitArch ? SignedInt : SignedLong;
  372     IntPtrType = Is32BitArch ? SignedInt : SignedLong;
tools/clang/lib/Basic/Targets/ARC.h
   33     PtrDiffType = SignedInt;
   34     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/ARM.cpp
   78   WCharType = SignedInt;
  240           : SignedInt;
  250     PtrDiffType = SignedInt;
tools/clang/lib/Basic/Targets/AVR.h
   51     PtrDiffType = SignedInt;
   52     IntPtrType = SignedInt;
   54     WIntType = SignedInt;
  157     return BitWidth == 16 ? (IsSigned ? SignedInt : UnsignedInt)
  164                ? (IsSigned ? SignedInt : UnsignedInt)
tools/clang/lib/Basic/Targets/Hexagon.h
   48     PtrDiffType = SignedInt;
   49     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/MSP430.h
   45     IntPtrType = SignedInt;
   46     PtrDiffType = SignedInt;
tools/clang/lib/Basic/Targets/Mips.h
  126     PtrDiffType = SignedInt;
  162     PtrDiffType = SignedInt;
tools/clang/lib/Basic/Targets/NVPTX.cpp
   91       PtrDiffType = TargetInfo::SignedInt;
   92       IntPtrType = TargetInfo::SignedInt;
tools/clang/lib/Basic/Targets/OSTargets.h
  643       this->WCharType = this->WIntType = this->SignedInt;
  771     this->PtrDiffType = TargetInfo::SignedInt;
  772     this->IntPtrType = TargetInfo::SignedInt;
tools/clang/lib/Basic/Targets/PNaCl.h
   39     this->PtrDiffType = TargetInfo::SignedInt;
   40     this->IntPtrType = TargetInfo::SignedInt;
tools/clang/lib/Basic/Targets/PPC.h
  339       PtrDiffType = SignedInt;
  340       IntPtrType = SignedInt;
  429     PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726
tools/clang/lib/Basic/Targets/RISCV.h
   42     WCharType = SignedInt;
   83     IntPtrType = SignedInt;
   84     PtrDiffType = SignedInt;
tools/clang/lib/Basic/Targets/SPIR.h
  107     PtrDiffType = IntPtrType = TargetInfo::SignedInt;
tools/clang/lib/Basic/Targets/Sparc.h
  159       IntPtrType = SignedInt;
  160       PtrDiffType = SignedInt;
tools/clang/lib/Basic/Targets/TCE.h
   59     IntPtrType = SignedInt;
   60     PtrDiffType = SignedInt;
tools/clang/lib/Basic/Targets/X86.h
  345     PtrDiffType = SignedInt;
  346     IntPtrType = SignedInt;
  611     PtrDiffType = IsX32 ? SignedInt : SignedLong;
  612     IntPtrType = IsX32 ? SignedInt : SignedLong;
tools/clang/lib/Basic/Targets/XCore.h
   35     PtrDiffType = SignedInt;
   36     IntPtrType = SignedInt;
tools/clang/lib/Frontend/InitPreprocessor.cpp
  782   DefineTypeSize("__INT_MAX__", TargetInfo::SignedInt, TI, Builder);
  876     DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder);
  897     DefineExactWidthIntTypeSize(TargetInfo::SignedInt, TI, Builder);