Searched refs:SignedLong (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Basic/
H A DTargetInfo.cpp51 PtrDiffType = SignedLong;
54 IntPtrType = SignedLong;
106 case SignedLong: return "long int";
114 /// integer type enum. For example, SignedLong -> "L".
120 case SignedLong: return "L";
138 case SignedLong:
154 case SignedLong:
168 case SignedLong:
H A DTargets.cpp477 this->WCharType = this->SignedLong;
478 // FIXME: WIntType should be SignedLong
513 // FIXME: WIntType should be SignedLong
899 IntMaxType = SignedLong;
901 Int64Type = SignedLong;
2262 IntPtrType = SignedLong;
2263 PtrDiffType = SignedLong;
2277 IntPtrType = SignedLong;
2389 IntPtrType = SignedLong;
2390 PtrDiffType = SignedLong;
[all...]
/external/clang/include/clang/Basic/
H A DTargetInfo.h119 SignedLong, enumerator in enum:clang::TargetInfo::IntType
346 /// integer type enum. For example, SignedLong -> "L".
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp454 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder);
518 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder);
/external/clang/lib/AST/
H A DASTContext.cpp5111 case TargetInfo::SignedLong: return LongTy;

Completed in 273 milliseconds