Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp294 return ast_ctx.UnsignedIntTy; in BuildType()
320 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
/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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp929 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/
DBasicValueFactory.h121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp548 return Ctx.UnsignedIntTy; in getScalarArgType()
550 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
566 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
DScanfFormatString.cpp278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
DFormatString.cpp400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
DASTContext.cpp1287 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/
DBasicValueFactory.h171 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/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
/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/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp871 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/
DTypeSystemClang.cpp818 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/
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 …]
/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()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp97 context.UnsignedIntTy)); in TEST_F()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp3891 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/
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()
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td259 def UInt : Type<"uint", QualType<"UnsignedIntTy">>;
298 def AtomicUInt : Type<"atomic_uint", QualType<"getAtomicType(Context.UnsignedIntTy)">>;

12