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

  /external/clang/lib/Basic/
TargetInfo.cpp 54 IntMaxType = SignedLongLong;
61 Int64Type = SignedLongLong;
115 case SignedLongLong: return "long long int";
129 case SignedLongLong: return "LL";
151 case SignedLongLong:
167 return IsSigned ? SignedLongLong : UnsignedLongLong;
182 return IsSigned ? SignedLongLong : UnsignedLongLong;
220 case SignedLongLong:
234 case SignedLongLong:
280 IntMaxType = SignedLongLong;
    [all...]
Targets.cpp 501 this->IntMaxType = TargetInfo::SignedLongLong;
503 this->Int64Type = TargetInfo::SignedLongLong;
637 this->IntMaxType = TargetInfo::SignedLongLong;
639 this->Int64Type = TargetInfo::SignedLongLong;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 120 SignedLongLong,
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 606 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
691 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);
719 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 111 milliseconds