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 180 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
220 return AddrSpace == 0 ? PtrDiffType : getPtrDiffTypeV(AddrSpace);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 56 PtrDiffType = SignedLong;
303 PtrDiffType = Is32BitArch ? SignedInt : SignedLong;
Targets.cpp 723 this->PtrDiffType = TargetInfo::SignedInt;
    [all...]

Completed in 4628 milliseconds