Home
last modified time | relevance | path

Searched refs:UnsignedIntTy (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/Analysis/
DPrintfFormatString.cpp451 return Ctx.UnsignedIntTy; in getArgType()
453 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getArgType()
469 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getArgType()
DScanfFormatString.cpp278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
DFormatString.cpp352 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/external/clang/include/clang/AST/
DBuiltinTypes.def85 UNSIGNED_TYPE(UInt, UnsignedIntTy)
DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp868 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString()
871 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString()
2724 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr()
2727 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2782 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2849 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr()
2852 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2929 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
7527 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr()
7530 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
/external/clang/lib/AST/
DASTContext.cpp1015 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
4144 return UnsignedIntTy; in getUnsignedWCharType()
4758 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
4790 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4809 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
5457 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
6327 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6331 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6701 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
8062 return UnsignedIntTy; in getCorrespondingUnsignedType()
[all …]
DRecordLayoutBuilder.cpp1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3200 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo()
3291 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo()
3329 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo()
3367 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp3157 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy); in GetAddrOfConstantCFString()
3279 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString()
3324 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy); in GetAddrOfConstantString()
DCGBuiltin.cpp1084 CGM.EmitConstantExpr(E->getArg(0), getContext().UnsignedIntTy, this); in EmitBuiltinExpr()
1090 CGM.EmitConstantExpr(E->getArg(0), getContext().UnsignedIntTy, this); in EmitBuiltinExpr()
/external/clang/lib/Sema/
DSema.cpp229 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
DSemaChecking.cpp595 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinRWPipe()
629 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinReserveRWPipe()
1157 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
5066 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly()
5148 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
8581 CheckImplicitConversion(S, TheCall->getArg(I), S.Context.UnsignedIntTy, in checkOpenCLEnqueueLocalSizeArgs()
DSemaDecl.cpp14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
14904 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
14908 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
DSemaOverload.cpp1914 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion()
7223 &ASTContext::UnsignedIntTy, in getArithmeticType()
DSemaType.cpp1378 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break; in ConvertDeclSpecToType()
DTreeTransform.h11514 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
DSemaExpr.cpp3450 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
/external/clang/lib/Serialization/
DASTReader.cpp5996 T = Context.UnsignedIntTy; in GetType()