OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIntMaxType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
332
IntType
getIntMaxType
() const { return IntMaxType; }
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
5639
///
getIntMaxType
- Return the unique type for "intmax_t" (C99 7.18.1.5).
5640
CanQualType ASTContext::
getIntMaxType
() const {
5641
return getFromTargetType(Target->
getIntMaxType
());
Completed in 74 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026