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 173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
204 IntType getIntMaxType() const { return IntMaxType; }
341 return getTypeWidth(IntMaxType);
  /external/clang/lib/Basic/
Targets.cpp 450 this->IntMaxType = TargetInfo::SignedLongLong;
600 this->IntMaxType = TargetInfo::SignedLongLong;
    [all...]
TargetInfo.cpp 54 IntMaxType = SignedLongLong;

Completed in 1249 milliseconds