OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUIntMaxType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
878
DefineTypeSize("__UINTMAX_MAX__", TI.
getUIntMaxType
(), TI, Builder);
906
DefineType("__UINTMAX_TYPE__", TI.
getUIntMaxType
(), Builder);
907
DefineFmt("__UINTMAX", TI.
getUIntMaxType
(), TI, Builder);
909
TI.getTypeConstantSuffix(TI.
getUIntMaxType
()));
929
DefineTypeWidth("__UINTMAX_WIDTH__", TI.
getUIntMaxType
(), TI, Builder);
/src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp
291
return ArgType::PtrTo(ArgType(Ctx.
getUIntMaxType
(), "uintmax_t"));
PrintfFormatString.cpp
560
return ArgType(Ctx.
getUIntMaxType
(), "uintmax_t");
ASTContext.cpp
5644
///
getUIntMaxType
- Return the unique type for "uintmax_t" (C99 7.18.1.5).
5645
CanQualType ASTContext::
getUIntMaxType
() const {
5646
return getFromTargetType(Target->
getUIntMaxType
());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
333
IntType
getUIntMaxType
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1633
CanQualType
getUIntMaxType
() const;
Completed in 134 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026