Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp318 return ast_ctx.UnsignedIntTy; in BuildType()
344 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DPrintfFormatString.cpp524 return Ctx.UnsignedIntTy; in getScalarArgType()
526 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
542 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
H A DScanfFormatString.cpp278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
H A DASTContext.cpp1179 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
4989 return UnsignedIntTy; in getUnsignedWCharType()
5692 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
5725 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
5744 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
6468 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
7378 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
7382 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
7756 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
9183 return UnsignedIntTy; in getCorrespondingUnsignedType()
[all …]
H A DFormatString.cpp394 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
H A DRecordLayoutBuilder.cpp1394 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h168 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DBuiltinTypes.def88 UNSIGNED_TYPE(UInt, UnsignedIntTy)
H A DASTContext.h1026 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp872 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString()
875 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString()
2723 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr()
2726 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2781 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2846 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr()
2849 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2925 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
7519 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr()
7522 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1022 if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize()
1023 return CompilerType(ast, ast->UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize()
1192 if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1193 return CompilerType(ast, ast->UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1326 return CompilerType(ast, ast->UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1336 if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1337 return CompilerType(ast, ast->UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2072 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2377 if (bit_size == ast->getTypeSize(ast->UnsignedIntTy)) in GetIntTypeFromBitSize()
2378 return CompilerType(ast, ast->UnsignedIntTy); in GetIntTypeFromBitSize()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3547 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo()
3667 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo()
3694 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo()
3724 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
H A DCGBuiltin.cpp1353 Types[Context.UnsignedIntTy] = "%u"; in dumpRecord()
2401 getContext().UnsignedIntTy); in EmitBuiltinExpr()
2411 getContext().UnsignedIntTy); in EmitBuiltinExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp270 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
H A DSemaChecking.cpp745 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinRWPipe()
779 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinReserveRWPipe()
1528 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
7729 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly()
7835 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
H A DSemaTemplateDeduction.cpp1965 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDecl.cpp16198 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
16791 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
16795 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
H A DSemaOverload.cpp2078 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion()
7775 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
H A DSemaType.cpp1370 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break; in ConvertDeclSpecToType()
H A DTreeTransform.h12408 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
H A DSemaExpr.cpp3522 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6802 T = Context.UnsignedIntTy; in GetType()