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

  /external/clang/include/clang/Basic/
TargetInfo.h 163 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
194 IntType getIntMaxType() const { return IntMaxType; }
327 return getTypeWidth(IntMaxType);
  /external/clang/lib/Basic/
TargetInfo.cpp 54 IntMaxType = SignedLongLong;
Targets.cpp 463 this->IntMaxType = TargetInfo::SignedLongLong;
615 this->IntMaxType = TargetInfo::SignedLongLong;
    [all...]

Completed in 182 milliseconds