OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntMaxType
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
124
IntType SizeType,
IntMaxType
, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
136
IntType getIntMaxType() const { return
IntMaxType
; }
240
return getTypeWidth(
IntMaxType
);
/external/clang/lib/Basic/
TargetInfo.cpp
46
IntMaxType
= SignedLongLong;
Targets.cpp
410
this->
IntMaxType
= TargetInfo::SignedLongLong;
842
IntMaxType
= SignedLong;
[
all
...]
Completed in 19 milliseconds