| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| HD | AppleObjCTypeEncodingParser.cpp | 292 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/ |
| HD | PrintfFormatString.cpp | 547 return Ctx.UnsignedIntTy; in getScalarArgType() 549 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType() 565 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
|
| HD | ScanfFormatString.cpp | 278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
|
| HD | FormatString.cpp | 400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
|
| HD | ASTContext.cpp | 1350 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 …]
|
| HD | Expr.cpp | 2162 return Ctx.UnsignedIntTy; in getDecayedSourceLocExprType() 2226 llvm::APSInt IntVal(Ctx.getIntWidth(Ctx.UnsignedIntTy), in EvaluateInContext()
|
| HD | RecordLayoutBuilder.cpp | 1408 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | BasicValueFactory.h | 167 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | BuiltinTypes.def | 87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
| HD | ASTContext.h | 1026 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteModernObjC.cpp | 870 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/ |
| HD | ClangASTContext.cpp | 766 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/ |
| HD | ItaniumCXXABI.cpp | 3672 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()
|
| HD | CGBuiltin.cpp | 1485 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/ |
| HD | Sema.cpp | 300 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
| HD | SemaChecking.cpp | 943 << 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()
|
| HD | OpenCLBuiltins.td | 253 def UInt : Type<"uint", QualType<"UnsignedIntTy">>;
|
| HD | SemaTemplateDeduction.cpp | 1976 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
|
| HD | SemaDecl.cpp | 17031 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 17627 BestType = Context.UnsignedIntTy; in ActOnEnumBody() 17631 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
|
| HD | SemaOverload.cpp | 2142 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion() 8061 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
|
| HD | SemaType.cpp | 1424 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break; in ConvertDeclSpecToType()
|
| HD | TreeTransform.h | 13216 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
|
| HD | SemaExpr.cpp | 3770 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 6759 T = Context.UnsignedIntTy; in GetType()
|