OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIntMaxType
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
124
IntType SizeType, IntMaxType,
UIntMaxType
, PtrDiffType, IntPtrType, WCharType,
137
IntType getUIntMaxType() const { return
UIntMaxType
; }
/external/clang/lib/Basic/
TargetInfo.cpp
47
UIntMaxType
= UnsignedLongLong;
Targets.cpp
411
this->
UIntMaxType
= TargetInfo::UnsignedLongLong;
843
UIntMaxType
= UnsignedLong;
[
all
...]
Completed in 1091 milliseconds