OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsignedIntTy
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp
1054
const QualType
UnsignedIntTy
= ACtx.
UnsignedIntTy
;
1061
getPointerTy(
UnsignedIntTy
); // unsigned int *
1079
BVF.getMaxValue(
UnsignedIntTy
).getLimitedValue();
1560
"sleep", Signature(ArgTypes{
UnsignedIntTy
}, RetType{
UnsignedIntTy
}),
1577
"alarm", Signature(ArgTypes{
UnsignedIntTy
}, RetType{
UnsignedIntTy
}),
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h
177
QualType T = isUnsigned ? Ctx.
UnsignedIntTy
: Ctx.IntTy;
/src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp
548
return Ctx.
UnsignedIntTy
;
550
return ArgType(Ctx.
UnsignedIntTy
, "unsigned __int32");
566
: ArgType(Ctx.
UnsignedIntTy
, "unsigned __int32");
ScanfFormatString.cpp
278
return ArgType::PtrTo(Ctx.
UnsignedIntTy
);
ASTContext.cpp
1299
InitBuiltinType(
UnsignedIntTy
, BuiltinType::UInt);
5660
return
UnsignedIntTy
;
6382
return FT->isSignedIntegerType() ? IntTy :
UnsignedIntTy
;
6415
QualType PromoteTypes[] = { IntTy,
UnsignedIntTy
, LongTy, UnsignedLongTy,
6434
return (PromotableSize != IntSize) ? IntTy :
UnsignedIntTy
;
7175
PointeeTy =
UnsignedIntTy
;
8123
FieldTypes[0] = Context->
UnsignedIntTy
;
8127
FieldTypes[1] = Context->
UnsignedIntTy
;
8561
case TargetInfo::UnsignedInt: return
UnsignedIntTy
;
10126
return
UnsignedIntTy
;
[
all
...]
FormatString.cpp
400
return T == C.
UnsignedIntTy
? Match : NoMatch;
RecordLayoutBuilder.cpp
1477
Context.UnsignedCharTy, Context.UnsignedShortTy, Context.
UnsignedIntTy
,
1620
if (StorageUnitSize < Context.getTypeSize(Context.
UnsignedIntTy
)) {
1623
StorageUnitSize = Context.getTypeSize(Context.
UnsignedIntTy
);
1624
} else if (StorageUnitSize > Context.getTypeSize(Context.
UnsignedIntTy
) &&
Expr.cpp
2112
return Ctx.
UnsignedIntTy
;
2177
llvm::APSInt IntVal(Ctx.getIntWidth(Ctx.
UnsignedIntTy
),
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
871
static_cast<unsigned>(Context->getTypeSize(Context->
UnsignedIntTy
));
874
Context->
UnsignedIntTy
, SourceLocation());
2728
static_cast<unsigned>(Context->getTypeSize(Context->
UnsignedIntTy
));
2731
Context->
UnsignedIntTy
, SourceLocation());
2786
Context->
UnsignedIntTy
, SourceLocation());
2851
static_cast<unsigned>(Context->getTypeSize(Context->
UnsignedIntTy
));
2854
Context->
UnsignedIntTy
, SourceLocation());
2931
Context->
UnsignedIntTy
, SourceLocation());
7526
static_cast<unsigned>(Context->getTypeSize(Context->
UnsignedIntTy
));
7529
Context->
UnsignedIntTy
, SourceLocation())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
3987
CGM.getTypes().ConvertType(CGM.getContext().
UnsignedIntTy
);
4107
CGM.getTypes().ConvertType(CGM.getContext().
UnsignedIntTy
);
4134
CGM.getTypes().ConvertType(CGM.getContext().
UnsignedIntTy
);
4164
getContext().
UnsignedIntTy
, getContext().LongTy,
CGBuiltin.cpp
1998
Types[Context.
UnsignedIntTy
] = "%u";
3504
getContext().
UnsignedIntTy
);
3514
getContext().
UnsignedIntTy
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
1183
<< Call->getDirectCallee() << S.Context.
UnsignedIntTy
1217
<< Call->getDirectCallee() << S.Context.
UnsignedIntTy
2057
return Flags.isUnsigned() ? Context.
UnsignedIntTy
: Context.IntTy;
2739
TheCall->setType(Context.
UnsignedIntTy
);
8697
.Case("UInt32", Context.
UnsignedIntTy
)
8817
ICE->getType() == S.Context.
UnsignedIntTy
) {
Sema.cpp
310
Context.getAtomicType(Context.
UnsignedIntTy
));
SemaTemplateDeduction.cpp
2035
S.Context.
UnsignedIntTy
, true,
SemaDecl.cpp
17659
Context.UnsignedShortTy, Context.
UnsignedIntTy
, Context.UnsignedLongTy,
18260
BestType = Context.
UnsignedIntTy
;
18264
? Context.
UnsignedIntTy
: Context.IntTy;
SemaOverload.cpp
2155
Context.IntTy, Context.
UnsignedIntTy
,
8191
ArithmeticTypes.push_back(S.Context.
UnsignedIntTy
);
SemaType.cpp
1413
Result = Context.
UnsignedIntTy
;
TreeTransform.h
14178
SemaRef.Context.
UnsignedIntTy
, SemaRef.Context.UnsignedLongTy,
SemaExpr.cpp
3937
Ty = Context.
UnsignedIntTy
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1011
CanQualType UnsignedCharTy, UnsignedShortTy,
UnsignedIntTy
, UnsignedLongTy;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6840
T = Context.
UnsignedIntTy
;
Completed in 236 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026