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

  /external/clang/include/clang/Basic/
TargetInfo.h 173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
207 return AddrSpace == 0 ? PtrDiffType : getPtrDiffTypeV(AddrSpace);
786 return PtrDiffType;
  /external/clang/lib/Basic/
Targets.cpp 607 this->PtrDiffType = TargetInfo::SignedInt;
    [all...]
TargetInfo.cpp 53 PtrDiffType = SignedLong;

Completed in 165 milliseconds