HomeSort by relevance Sort by last modified time
    Searched refs:SignedInt (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Basic/
TargetInfo.cpp 59 WCharType = SignedInt;
60 WIntType = SignedInt;
64 SigAtomicType = SignedInt;
65 ProcessIDType = SignedInt;
114 case SignedInt: return "int";
130 case SignedInt: return "";
155 case SignedInt:
165 /// enum. For example, SignedInt -> getIntWidth().
173 case SignedInt:
189 return IsSigned ? SignedInt : UnsignedInt
    [all...]
Targets.cpp 630 this->WCharType = this->SignedInt;
723 this->PtrDiffType = TargetInfo::SignedInt;
724 this->IntPtrType = TargetInfo::SignedInt;
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 120 const int64_t SignedInt = Int;
121 if ((char)Int == SignedInt)
123 if ((short)Int == SignedInt)
125 if ((int)Int == SignedInt)
  /external/clang/include/clang/Basic/
TargetInfo.h 123 SignedInt,
243 case SignedInt:
256 /// For example, SignedInt -> getIntWidth().
271 /// For example, SignedInt -> getIntAlign().
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 651 DefineTypeSize("__INT_MAX__", TargetInfo::SignedInt, TI, Builder);
742 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder);
763 DefineExactWidthIntTypeSize(TargetInfo::SignedInt, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 644 milliseconds