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;
111 case SignedLongLong: return "long long int";
124 case SignedLongLong: return "LL";
143 case SignedLongLong:
159 case SignedLongLong:
172 case SignedLongLong:
Targets.cpp 450 this->IntMaxType = TargetInfo::SignedLongLong;
452 this->Int64Type = TargetInfo::SignedLongLong;
600 this->IntMaxType = TargetInfo::SignedLongLong;
602 this->Int64Type = TargetInfo::SignedLongLong;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 121 SignedLongLong,
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 491 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
563 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 92 milliseconds