Home
last modified time | relevance | path

Searched refs:isUnsignedIntegerType (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/Analysis/
DPrintfFormatString.cpp685 if (QT->isUnsignedIntegerType() && !HasPlusPrefix) in fixType()
716 else if (QT->isUnsignedIntegerType()) { in fixType()
DScanfFormatString.cpp509 else if (PT->isUnsignedIntegerType()) in fixType()
DCFG.cpp664 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator()
/external/clang/include/clang/AST/
DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
DType.h1925 bool isUnsignedIntegerType() const;
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp447 castTy->isUnsignedIntegerType()); in evalIntegralCast()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp464 if (Ops.Ty->isUnsignedIntegerType() && in EmitMul()
1655 !(type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()
1703 } else if (CanOverflow && type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()
2116 !(type->isUnsignedIntegerType() && in EmitCompoundAssignLValue()
2589 if (op.Ty->isUnsignedIntegerType() && in EmitAdd()
2620 if (op.Ty->isUnsignedIntegerType() && in EmitSub()
DCGExprComplex.cpp792 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
/external/clang/lib/AST/
DType.cpp1746 bool Type::isUnsignedIntegerType() const { in isUnsignedIntegerType() function in Type
1756 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()
1770 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
DASTContext.cpp4808 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()
4854 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()
4855 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()
DExprConstant.cpp2226 CharType->isUnsignedIntegerType()); in extractStringLiteralCharacter()
2246 CharType->isUnsignedIntegerType()); in expandStringLiteral()
9121 L->getType()->isUnsignedIntegerType())); in FastEvaluateAsRValue()
/external/clang/lib/Sema/
DSemaCast.cpp1700 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()
1701 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
DSemaChecking.cpp593 !Arg2->getType()->isUnsignedIntegerType()) { in SemaBuiltinRWPipe()
627 !Call->getArg(1)->getType()->isUnsignedIntegerType()) { in SemaBuiltinReserveRWPipe()
5966 if (ArgType->isUnsignedIntegerType()) { in CheckAbsoluteValueFunction()
DSemaExprCXX.cpp4036 return T->isUnsignedIntegerType(); in EvaluateUnaryTypeTrait()
DSemaInit.cpp1511 else if (elementType->isUnsignedIntegerType()) in CheckVectorType()
DSemaDeclAttr.cpp4893 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyX86InterruptAttr()
DSemaExpr.cpp1698 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral()
3343 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant()
DSemaOverload.cpp1956 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) { in IsIntegralPromotion()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4081 return Node->isUnsignedIntegerType(); in AST_MATCHER()