OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsignedLongLongTy
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp
287
return ArgType::PtrTo(Ctx.
UnsignedLongLongTy
);
289
return ArgType::PtrTo(ArgType(Ctx.
UnsignedLongLongTy
, "unsigned __int64"));
299
return ArgType::PtrTo(Ctx.
UnsignedLongLongTy
);
PrintfFormatString.cpp
545
return Ctx.
UnsignedLongLongTy
;
556
return Ctx.
UnsignedLongLongTy
;
558
return ArgType(Ctx.
UnsignedLongLongTy
, "unsigned __int64");
565
? ArgType(Ctx.
UnsignedLongLongTy
, "unsigned __int64")
FormatString.cpp
408
return T == C.
UnsignedLongLongTy
? Match : NoMatch;
ASTContext.cpp
1301
InitBuiltinType(
UnsignedLongLongTy
, BuiltinType::ULongLong);
6416
LongLongTy,
UnsignedLongLongTy
};
6808
return
UnsignedLongLongTy
;
8565
case TargetInfo::UnsignedLongLong: return
UnsignedLongLongTy
;
10130
return
UnsignedLongLongTy
;
10397
Type = Unsigned ? Context.
UnsignedLongLongTy
: Context.LongLongTy;
RecordLayoutBuilder.cpp
1478
Context.UnsignedLongTy, Context.
UnsignedLongLongTy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
706
Ctx.
UnsignedLongLongTy
== CanRetTy)))) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1012
CanQualType
UnsignedLongLongTy
, UnsignedInt128Ty;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
831
? ImpCastExprToType(E, Context.
UnsignedLongLongTy
, CK_IntegralCast)
3696
CookedTy = Context.
UnsignedLongLongTy
;
3882
Ty = Context.
UnsignedLongLongTy
;
3986
Ty = Context.
UnsignedLongLongTy
;
4001
Ty = Context.
UnsignedLongLongTy
;
SemaChecking.cpp
2062
return Flags.isUnsigned() ? Context.
UnsignedLongLongTy
2072
return Context.
UnsignedLongLongTy
;
SemaDecl.cpp
17660
Context.
UnsignedLongLongTy
18275
BestType = Context.
UnsignedLongLongTy
;
18278
? Context.
UnsignedLongLongTy
: Context.LongLongTy;
SemaTemplateInstantiateDecl.cpp
180
S.getASTContext().
UnsignedLongLongTy
, Align->getLocation());
SemaOverload.cpp
2157
Context.LongLongTy, Context.
UnsignedLongLongTy
8193
ArithmeticTypes.push_back(S.Context.
UnsignedLongLongTy
);
SemaType.cpp
1422
Result = Context.
UnsignedLongLongTy
;
SemaDeclCXX.cpp
15745
<< ParamType << Context.
UnsignedLongLongTy
<< Param->getSourceRange();
TreeTransform.h
14179
SemaRef.Context.
UnsignedLongLongTy
, SemaRef.Context.UnsignedInt128Ty
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
4166
getContext().
UnsignedLongLongTy
, getContext().Int128Ty,
CGBuiltin.cpp
2002
Types[Context.
UnsignedLongLongTy
] = "%llu";
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6846
T = Context.
UnsignedLongLongTy
;
Completed in 150 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026