OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntMaxType
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
136
IntType
getIntMaxType
() const { return IntMaxType; }
/external/clang/lib/Frontend/
InitPreprocessor.cpp
507
DefineTypeSize("__INTMAX_MAX__", TI.
getIntMaxType
(), TI, Builder);
526
DefineType("__INTMAX_TYPE__", TI.
getIntMaxType
(), Builder);
528
DefineTypeWidth("__INTMAX_WIDTH__", TI.
getIntMaxType
(), TI, Builder);
Completed in 21 milliseconds