Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTypeEncodingParser.cpp292 return ast_ctx.UnsignedIntTy; in BuildType()
318 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDPrintfFormatString.cpp547 return Ctx.UnsignedIntTy; in getScalarArgType()
549 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
565 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
HDScanfFormatString.cpp278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
HDFormatString.cpp400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
HDASTContext.cpp1350 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5281 return UnsignedIntTy; in getUnsignedWCharType()
5996 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
6029 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
6048 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
6771 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
7662 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
7666 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8047 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
9490 return UnsignedIntTy; in getCorrespondingUnsignedType()
[all …]
HDExpr.cpp2162 return Ctx.UnsignedIntTy; in getDecayedSourceLocExprType()
2226 llvm::APSInt IntVal(Ctx.getIntWidth(Ctx.UnsignedIntTy), in EvaluateInContext()
HDRecordLayoutBuilder.cpp1408 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBasicValueFactory.h167 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
HDASTContext.h1026 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp870 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString()
873 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()
2847 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr()
2850 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2926 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
7516 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr()
7519 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp766 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize()
767 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize()
918 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
919 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1048 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1049 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1059 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1060 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1793 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2092 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDItaniumCXXABI.cpp3672 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo()
3792 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo()
3819 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo()
3849 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
HDCGBuiltin.cpp1485 Types[Context.UnsignedIntTy] = "%u"; in dumpRecord()
2682 getContext().UnsignedIntTy); in EmitBuiltinExpr()
2692 getContext().UnsignedIntTy); in EmitBuiltinExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp300 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
HDSemaChecking.cpp943 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinRWPipe()
977 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinReserveRWPipe()
1715 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
2080 TheCall->setType(Context.UnsignedIntTy); in CheckBPFBuiltinFunctionCall()
8342 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly()
8462 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
HDOpenCLBuiltins.td253 def UInt : Type<"uint", QualType<"UnsignedIntTy">>;
HDSemaTemplateDeduction.cpp1976 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
HDSemaDecl.cpp17031 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
17627 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
17631 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
HDSemaOverload.cpp2142 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion()
8061 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
HDSemaType.cpp1424 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break; in ConvertDeclSpecToType()
HDTreeTransform.h13216 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
HDSemaExpr.cpp3770 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6759 T = Context.UnsignedIntTy; in GetType()