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

  /external/clang/include/clang/Basic/
TargetInfo.h 163 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
195 IntType getUIntMaxType() const { return UIntMaxType; }
  /external/clang/lib/Basic/
TargetInfo.cpp 55 UIntMaxType = UnsignedLongLong;
Targets.cpp 464 this->UIntMaxType = TargetInfo::UnsignedLongLong;
616 this->UIntMaxType = TargetInfo::UnsignedLongLong;
    [all...]

Completed in 31 milliseconds