OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntMaxType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
NVPTX.cpp
133
IntMaxType = HostTarget->
getIntMaxType
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
875
DefineTypeSize("__INTMAX_MAX__", TI.
getIntMaxType
(), TI, Builder);
902
DefineType("__INTMAX_TYPE__", TI.
getIntMaxType
(), Builder);
903
DefineFmt("__INTMAX", TI.
getIntMaxType
(), TI, Builder);
905
TI.getTypeConstantSuffix(TI.
getIntMaxType
()));
910
DefineTypeWidth("__INTMAX_WIDTH__", TI.
getIntMaxType
(), TI, Builder);
/src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp
251
return ArgType::PtrTo(ArgType(Ctx.
getIntMaxType
(), "intmax_t"));
389
return ArgType::PtrTo(ArgType(Ctx.
getIntMaxType
(), "intmax_t"));
PrintfFormatString.cpp
525
return ArgType(Ctx.
getIntMaxType
(), "intmax_t");
608
return ArgType::PtrTo(ArgType(Ctx.
getIntMaxType
(), "intmax_t"));
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
());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
332
IntType
getIntMaxType
() const { return IntMaxType; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1629
CanQualType
getIntMaxType
() const;
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026