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 132 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
162 return AddrSpace == 0 ? PtrDiffType : getPtrDiffTypeV(AddrSpace);
678 return PtrDiffType;
  /external/clang/lib/Basic/
Targets.cpp 868 PtrDiffType = SignedInt;
    [all...]
TargetInfo.cpp 51 PtrDiffType = SignedLong;

Completed in 20 milliseconds