Searched refs:SignedInt (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Basic/
H A DTargetInfo.cpp57 WCharType = SignedInt;
58 WIntType = SignedInt;
62 SigAtomicType = SignedInt;
63 ProcessIDType = SignedInt;
111 case SignedInt: return "int";
127 case SignedInt: return "";
139 /// enum. For example, SignedInt -> getIntWidth().
147 case SignedInt:
163 return IsSigned ? SignedInt : UnsignedInt;
178 return IsSigned ? SignedInt
[all...]
H A DTargets.cpp559 this->WCharType = this->SignedInt;
646 this->PtrDiffType = TargetInfo::SignedInt;
647 this->IntPtrType = TargetInfo::SignedInt;
1247 PtrDiffType = SignedInt;
1248 IntPtrType = SignedInt;
1311 PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726
2992 PtrDiffType = SignedInt;
2993 IntPtrType = SignedInt;
3283 PtrDiffType = IsX32 ? SignedInt : SignedLong;
3284 IntPtrType = IsX32 ? SignedInt
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h258 const int64_t SignedInt = Int; local
259 if ((char)Int == SignedInt)
261 if ((short)Int == SignedInt)
263 if ((int)Int == SignedInt)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp604 DefineTypeSize("__INT_MAX__", TargetInfo::SignedInt, TI, Builder);
685 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder);
707 DefineExactWidthIntTypeSize(TargetInfo::SignedInt, TI, Builder);
/external/clang/include/clang/Basic/
H A DTargetInfo.h116 SignedInt, enumerator in enum:clang::TargetInfo::IntType
227 /// For example, SignedInt -> getIntWidth().
241 /// For example, SignedInt -> getIntAlign().
/external/clang/lib/AST/
H A DASTContext.cpp6309 case TargetInfo::SignedInt: return IntTy;

Completed in 147 milliseconds