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 463 this->IntMaxType = TargetInfo::SignedLongLong;
465 this->Int64Type = TargetInfo::SignedLongLong;
615 this->IntMaxType = TargetInfo::SignedLongLong;
617 this->Int64Type = TargetInfo::SignedLongLong;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 120 SignedLongLong,
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 490 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
561 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 59 milliseconds