/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBPF.cpp | 171 TheCall->setType(Context.UnsignedLongTy); in CheckBPFBuiltinFunctionCall()
|
H A D | SemaARM.cpp | 365 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType() 375 return Context.UnsignedLongTy; in getNeonEltType()
|
H A D | SemaPseudoObject.cpp | 1129 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter() 1240 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
|
H A D | SemaRISCV.cpp | 106 QT = Context.UnsignedLongTy; in RVVType2Qual()
|
H A D | OpenCLBuiltins.td | 351 def ULong : Type<"ulong", QualType<"Context.UnsignedLongTy">>; 411 …cULong : Type<"atomic_ulong", QualType<"Context.getAtomicType(Context.UnsignedLongTy)">>;
|
H A D | SemaExprObjC.cpp | 841 Context.UnsignedLongTy, in BuildObjCArrayLiteral() 1010 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
|
H A D | Sema.cpp | 454 auto AtomicULongT = Context.getAtomicType(Context.UnsignedLongTy); in Initialize()
|
H A D | SemaType.cpp | 1036 Result = Context.UnsignedLongTy; in ConvertDeclSpecToType() 9685 &S.Context.UnsignedIntTy, &S.Context.UnsignedLongTy, in ChangeIntegralSignedness()
|
H A D | SemaDecl.cpp | 19358 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 19974 BestType = Context.UnsignedLongTy; in ActOnEnumBody() 19977 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 157 cast<llvm::IntegerType>(CGM.getTypes().ConvertType(C.UnsignedLongTy)); in buildBlockDescriptor() 1101 llvm::Type *UnsignedLongTy = in getBlockDescriptorType() local 1102 getTypes().ConvertType(getContext().UnsignedLongTy); in getBlockDescriptorType() 1119 "struct.__block_descriptor", UnsignedLongTy, UnsignedLongTy); in getBlockDescriptorType()
|
H A D | CGObjC.cpp | 1871 llvm::Type *UnsignedLongTy = ConvertType(getContext().UnsignedLongTy); in EmitObjCForCollectionStmt() local 1873 Builder.CreateAlignedLoad(UnsignedLongTy, StateMutationsPtr, in EmitObjCForCollectionStmt() 1896 = Builder.CreateAlignedLoad(UnsignedLongTy, StateMutationsPtr, in EmitObjCForCollectionStmt()
|
H A D | CodeGenModule.cpp | 6398 Context.UnsignedLongTy, Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 6399 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType() 6400 Context.getConstantArrayType(Context.UnsignedLongTy, llvm::APInt(32, 5), in getObjCFastEnumerationStateType()
|
H A D | CGObjCGNU.cpp | 2098 astContext.getTypeAlign(astContext.UnsignedLongTy))}); in GenerateDirectMethodPrologue()
|
H A D | ItaniumCXXABI.cpp | 4547 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 286 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
|
H A D | FormatString.cpp | 459 if (T == C.UnsignedLongTy) in matchesType()
|
H A D | PrintfFormatString.cpp | 572 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getScalarArgType()
|
H A D | ASTContext.cpp | 1250 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong); in InitBuiltinTypes() 7631 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 7849 UnsignedLongTy, in getBlockDescriptorType() 7850 UnsignedLongTy, in getBlockDescriptorType() 7884 UnsignedLongTy, in getBlockDescriptorExtendedType() 7885 UnsignedLongTy, in getBlockDescriptorExtendedType() 8024 return UnsignedLongTy; in getNSUIntegerType() 9795 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType() 11529 return UnsignedLongTy; in getCorrespondingUnsignedType() 11814 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
|
H A D | RecordLayoutBuilder.cpp | 1487 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 90 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
H A D | ASTContext.h | 1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 131 if (width == ast.getTypeSize(ast.UnsignedLongTy)) in GetBuiltinTypeForPDBEncodingAndBitSize() 133 ast.UnsignedLongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 761 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedLongTy)) in GetBuiltinTypeForEncodingAndBitSize() 762 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForEncodingAndBitSize() 1031 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1032 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1053 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1054 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2034 return ast->UnsignedLongTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2363 if (bit_size == ast.getTypeSize(ast.UnsignedLongTy)) in GetIntTypeFromBitSize() 2364 return GetType(ast.UnsignedLongTy); in GetIntTypeFromBitSize()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 1183 AC.UnsignedLongTy; in isGRealloc()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 7479 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr() 7482 DeclRefExpr(*Context, NewVD, false, Context->UnsignedLongTy, in RewriteObjCIvarRefExpr()
|