Home
last modified time | relevance | path

Searched refs:UnsignedLongTy (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp171 TheCall->setType(Context.UnsignedLongTy); in CheckBPFBuiltinFunctionCall()
H A DSemaARM.cpp365 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
375 return Context.UnsignedLongTy; in getNeonEltType()
H A DSemaPseudoObject.cpp1129 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter()
1240 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
H A DSemaRISCV.cpp106 QT = Context.UnsignedLongTy; in RVVType2Qual()
H A DOpenCLBuiltins.td351 def ULong : Type<"ulong", QualType<"Context.UnsignedLongTy">>;
411 …cULong : Type<"atomic_ulong", QualType<"Context.getAtomicType(Context.UnsignedLongTy)">>;
H A DSemaExprObjC.cpp841 Context.UnsignedLongTy, in BuildObjCArrayLiteral()
1010 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
H A DSema.cpp454 auto AtomicULongT = Context.getAtomicType(Context.UnsignedLongTy); in Initialize()
H A DSemaType.cpp1036 Result = Context.UnsignedLongTy; in ConvertDeclSpecToType()
9685 &S.Context.UnsignedIntTy, &S.Context.UnsignedLongTy, in ChangeIntegralSignedness()
H A DSemaDecl.cpp19358 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 DCGBlocks.cpp157 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 DCGObjC.cpp1871 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 DCodeGenModule.cpp6398 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 DCGObjCGNU.cpp2098 astContext.getTypeAlign(astContext.UnsignedLongTy))}); in GenerateDirectMethodPrologue()
H A DItaniumCXXABI.cpp4547 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp286 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
H A DFormatString.cpp459 if (T == C.UnsignedLongTy) in matchesType()
H A DPrintfFormatString.cpp572 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getScalarArgType()
H A DASTContext.cpp1250 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 DRecordLayoutBuilder.cpp1487 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def90 UNSIGNED_TYPE(ULong, UnsignedLongTy)
H A DASTContext.h1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp131 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 DTypeSystemClang.cpp761 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 DMallocChecker.cpp1183 AC.UnsignedLongTy; in isGRealloc()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7479 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr()
7482 DeclRefExpr(*Context, NewVD, false, Context->UnsignedLongTy, in RewriteObjCIvarRefExpr()

12