OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PtrDiffType
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
124
IntType SizeType, IntMaxType, UIntMaxType,
PtrDiffType
, IntPtrType, WCharType,
139
return AddrSpace == 0 ?
PtrDiffType
: getPtrDiffTypeV(AddrSpace);
582
return
PtrDiffType
;
/external/clang/lib/Basic/
Targets.cpp
943
SizeType =
PtrDiffType
= IntPtrType = TargetInfo::UnsignedInt;
953
SizeType =
PtrDiffType
= IntPtrType = TargetInfo::UnsignedLongLong;
[
all
...]
TargetInfo.cpp
45
PtrDiffType
= SignedLong;
Completed in 15 milliseconds