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 163 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
197 return AddrSpace == 0 ? PtrDiffType : getPtrDiffTypeV(AddrSpace);
774 return PtrDiffType;
  /external/clang/lib/Basic/
Targets.cpp 622 this->PtrDiffType = TargetInfo::SignedInt;
    [all...]
TargetInfo.cpp 53 PtrDiffType = SignedLong;

Completed in 34 milliseconds