OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSignedIntegerType
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ConversionChecker.cpp
157
if (DestType->
isSignedIntegerType
())
167
if (SubType->
isSignedIntegerType
())
189
if (!CastType->isUnsignedIntegerType() || !SubType->
isSignedIntegerType
())
MIGChecker.cpp
166
.getCanonicalType()->
isSignedIntegerType
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
623
Op = E->getValueType()->
isSignedIntegerType
() ? llvm::AtomicRMWInst::Min
633
Op = E->getValueType()->
isSignedIntegerType
() ? llvm::AtomicRMWInst::Max
682
E->getValueType()->
isSignedIntegerType
(),
1191
LibCallName = E->getValueType()->
isSignedIntegerType
()
1203
LibCallName = E->getValueType()->
isSignedIntegerType
()
1266
E->getValueType()->
isSignedIntegerType
(),
CodeGenFunction.cpp
605
HintQTy->
isSignedIntegerType
() ||
606
(HintEltQTy && HintEltQTy->getElementType()->
isSignedIntegerType
());
2200
size->getType()->
isSignedIntegerType
()) {
CGException.cpp
2062
FilterExpr->getType()->
isSignedIntegerType
());
CGDebugInfo.cpp
3104
bool IsSigned = ED->getIntegerType()->
isSignedIntegerType
();
CGExpr.cpp
2995
(T->
isSignedIntegerType
() ? 1 : 0);
TargetInfo.cpp
8044
Ty->
isSignedIntegerType
());
/src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp
855
if (QT->
isSignedIntegerType
())
888
else if (QT->
isSignedIntegerType
()) {
ScanfFormatString.cpp
516
else if (PT->
isSignedIntegerType
())
Type.cpp
2000
///
isSignedIntegerType
- Return true if this is an integer type that is
2003
bool Type::
isSignedIntegerType
() const {
2013
return ET->getDecl()->getIntegerType()->
isSignedIntegerType
();
2030
return ET->getDecl()->getIntegerType()->
isSignedIntegerType
();
JSONNodeDumper.cpp
1409
/*Radix=*/10, IL->getType()->
isSignedIntegerType
()));
ASTContext.cpp
6382
return FT->
isSignedIntegerType
() ? IntTy : UnsignedIntTy;
6421
FromIsSigned == PromoteTypes[Idx]->
isSignedIntegerType
()))
6429
if (Promotable->
isSignedIntegerType
())
11496
getIntWidth(Ty), Ty->
isSignedIntegerType
());
StmtPrinter.cpp
1112
bool isSigned = Node->getType()->
isSignedIntegerType
();
ItaniumMangle.cpp
4894
if (E->getType()->
isSignedIntegerType
())
4916
if (IE->getSubExpr()->getType()->
isSignedIntegerType
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
309
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isSignedIntegerType
)
Type.h
2346
bool
isSignedIntegerType
() const;
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
1018
if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->
isSignedIntegerType
() &&
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
871
assert(IV.isSigned() == OOE->getType()->
isSignedIntegerType
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
2015
if ((SrcTy->isUnsignedIntegerType() && DestTy->
isSignedIntegerType
()) ||
2016
(SrcTy->
isSignedIntegerType
() && DestTy->isUnsignedIntegerType())) {
SemaChecking.cpp
335
if (Ty->isExtIntType() && Ty->
isSignedIntegerType
() &&
11190
(!E->getType()->
isSignedIntegerType
() ||
11191
!E->IgnoreParenImpCasts()->getType()->
isSignedIntegerType
());
11667
bool SignedBitfield = BitfieldType->
isSignedIntegerType
();
11730
TruncatedValue.setIsSigned(BitfieldType->
isSignedIntegerType
());
12221
else if (E->getType()->
isSignedIntegerType
())
12606
if (Target->
isSignedIntegerType
())
12614
Source->
isSignedIntegerType
()) {
SemaOverload.cpp
2077
(FromType->
isSignedIntegerType
() ||
2149
bool FromIsSigned = FromType->
isSignedIntegerType
();
2163
FromIsSigned == PromoteTypes[Idx]->
isSignedIntegerType
())) {
2197
(FromType->
isSignedIntegerType
() && *BitWidth <= ToSize)) {
SemaExprCXX.cpp
4878
(T->
isSignedIntegerType
() && !T->isEnumeralType());
SemaDeclAttr.cpp
4248
OldElemTy->
isSignedIntegerType
());
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
6052
return Node->
isSignedIntegerType
();
Completed in 151 milliseconds
1
2
Indexes created Mon Jun 08 00:24:58 UTC 2026