OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongLongTy
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp
124
DefinedSVal V = getSValBuilder().makeIntVal(Val, getASTContext().
LongLongTy
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp
247
return ArgType::PtrTo(Ctx.
LongLongTy
);
249
return ArgType::PtrTo(ArgType(Ctx.
LongLongTy
, "__int64"));
258
return ArgType::PtrTo(Ctx.
LongLongTy
);
385
return ArgType::PtrTo(Ctx.
LongLongTy
);
387
return ArgType::PtrTo(ArgType(Ctx.
LongLongTy
, "__int64"));
PrintfFormatString.cpp
509
return Ctx.
LongLongTy
;
521
return Ctx.
LongLongTy
;
523
return ArgType(Ctx.
LongLongTy
, "__int64");
530
? ArgType(Ctx.
LongLongTy
, "__int64")
606
return ArgType::PtrTo(Ctx.
LongLongTy
);
FormatString.cpp
410
return T == C.
LongLongTy
? Match : NoMatch;
ASTContext.cpp
1294
InitBuiltinType(
LongLongTy
, BuiltinType::LongLong);
6328
return 6 + (getIntWidth(
LongLongTy
) << 3);
6416
LongLongTy
, UnsignedLongLongTy };
6817
return
LongLongTy
;
8564
case TargetInfo::SignedLongLong: return
LongLongTy
;
10198
return
LongLongTy
;
10397
Type = Unsigned ? Context.UnsignedLongLongTy : Context.
LongLongTy
;
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
102
StateMgr(stateMgr), ArrayIndexTy(context.
LongLongTy
),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
140
return getTypeInfo(Context.
LongLongTy
);
ItaniumCXXABI.cpp
4030
OffsetFlagsTy = CGM.getContext().
LongLongTy
;
4165
getContext().UnsignedLongTy, getContext().
LongLongTy
,
TargetInfo.cpp
739
: Context.
LongLongTy
))
761
: getContext().
LongLongTy
))
CGBuiltin.cpp
2001
Types[Context.
LongLongTy
] = "%lld";
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
388
case kCFNumberLongLongType: T = Ctx.
LongLongTy
; break;
CallAndMessageChecker.cpp
705
Ctx.
LongLongTy
== CanRetTy ||
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
829
Context.getTypeSizeInChars(Context.
LongLongTy
)) {
833
: ImpCastExprToType(E, Context.
LongLongTy
, CK_IntegralCast).get();
834
assert(8 == Context.getTypeSizeInChars(Context.
LongLongTy
).getQuantity() &&
835
"Unexpected typesize for
LongLongTy
");
3984
Ty = Context.
LongLongTy
;
12137
assert(TypeSize == Context.getTypeSize(Context.
LongLongTy
) &&
12139
return Context.getExtVectorType(Context.
LongLongTy
, VTy->getNumElements());
12142
if (TypeSize == Context.getTypeSize(Context.
LongLongTy
))
12143
return Context.getVectorType(Context.
LongLongTy
, VTy->getNumElements(),
15748
Ty = Context.
LongLongTy
;
[
all
...]
SemaChecking.cpp
2063
: Context.
LongLongTy
;
6906
TheCall->setType(Context.
LongLongTy
);
SemaDecl.cpp
17656
Context.ShortTy, Context.IntTy, Context.LongTy, Context.
LongLongTy
18243
BestType = Context.
LongLongTy
;
18278
? Context.UnsignedLongLongTy : Context.
LongLongTy
;
SemaOverload.cpp
2157
Context.
LongLongTy
, Context.UnsignedLongLongTy
8186
ArithmeticTypes.push_back(S.Context.
LongLongTy
);
SemaType.cpp
1397
Result = Context.
LongLongTy
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1010
CanQualType SignedCharTy, ShortTy, IntTy, LongTy,
LongLongTy
, Int128Ty;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6867
T = Context.
LongLongTy
;
Completed in 95 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026