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 129 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
152 IntType getUIntMaxType() const { return UIntMaxType; }
  /external/clang/lib/Basic/
TargetInfo.cpp 51 UIntMaxType = UnsignedLongLong;
Targets.cpp 417 this->UIntMaxType = TargetInfo::UnsignedLongLong;
849 UIntMaxType = UnsignedLong;
    [all...]

Completed in 45 milliseconds