/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeEncodingParser.cpp | 294 return ast_ctx.UnsignedIntTy; in BuildType() 320 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 451 return Ctx.UnsignedIntTy; in getArgType() 453 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getArgType() 469 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getArgType()
|
D | ScanfFormatString.cpp | 278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
|
D | FormatString.cpp | 352 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | StdLibraryFunctionsChecker.cpp | 929 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local 936 getPointerTy(UnsignedIntTy); // unsigned int * in initFunctionSummaries() 954 BVF.getMaxValue(UnsignedIntTy).getLimitedValue(); in initFunctionSummaries() 1435 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries() 1452 "alarm", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
|
/external/llvm-project/clang/lib/AST/ |
D | PrintfFormatString.cpp | 548 return Ctx.UnsignedIntTy; in getScalarArgType() 550 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType() 566 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
|
D | ScanfFormatString.cpp | 278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
|
D | FormatString.cpp | 400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
|
D | ASTContext.cpp | 1287 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes() 5590 return UnsignedIntTy; in getUnsignedWCharType() 6313 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField() 6346 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 6365 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType() 7106 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding() 8009 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 8013 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 8447 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType() 10007 return UnsignedIntTy; in getCorrespondingUnsignedType() [all …]
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 171 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 85 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
D | ASTContext.h | 902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 868 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/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 871 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString() 874 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString() 2728 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr() 2731 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2786 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2851 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr() 2854 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 2931 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 7526 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr() 7529 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 818 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize() 819 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 970 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 971 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1100 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1101 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1111 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1112 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1926 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2260 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize() [all …]
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1015 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 …]
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3200 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()
|
D | CodeGenModule.cpp | 3157 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()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 97 context.UnsignedIntTy)); in TEST_F()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3891 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo() 4011 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo() 4038 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo() 4068 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 229 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
D | SemaChecking.cpp | 595 << 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | OpenCLBuiltins.td | 259 def UInt : Type<"uint", QualType<"UnsignedIntTy">>; 298 def AtomicUInt : Type<"atomic_uint", QualType<"getAtomicType(Context.UnsignedIntTy)">>;
|