/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 148 llvm::IntegerType *LongTy; member in __anonbab9bb100111::CGObjCGNU 1733 metaclassFields.addInt(LongTy, 0); in GenerateClass() 1736 metaclassFields.addInt(LongTy, ClassFlags::ClassFlagMeta); in GenerateClass() 1740 metaclassFields.addInt(LongTy, 0); in GenerateClass() 1770 metaclassFields.addInt(LongTy, 0); in GenerateClass() 1812 classFields.addInt(LongTy, 0); in GenerateClass() 1815 classFields.addInt(LongTy, 0); in GenerateClass() 1821 classFields.addInt(LongTy, in GenerateClass() 1949 classFields.addInt(LongTy, 0); in GenerateClass() 2093 llvm::StructType::get(PtrTy, PtrTy, PtrTy, LongTy, LongTy); in GenerateDirectMethodPrologue() [all …]
|
H A D | CGObjCMac.cpp | 175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anonb5e682970111::ObjCCommonTypesHelper 414 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn() 3183 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList() 3573 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass() 3574 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass() 3575 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass() 3632 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass() 3633 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass() 3634 values.addInt(ObjCTypes.LongTy, Size); in EmitMetaClass() 5033 CGM.getTypes().ConvertType(CGM.getContext().LongTy), in EmitIvarOffset() [all …]
|
H A D | CodeGenTBAA.cpp | 141 return getTypeInfo(Context.LongTy); in getTypeInfoHelper()
|
H A D | CGException.cpp | 2054 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper() 2084 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
|
H A D | ItaniumCXXABI.cpp | 4408 QualType OffsetFlagsTy = CGM.getContext().LongTy; in BuildVMIClassTypeInfo() 4546 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 245 return ArgType::PtrTo(Ctx.LongTy); in getArgType() 384 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
|
H A D | PrintfFormatString.cpp | 537 case LengthModifier::AsLong: return Ctx.LongTy; in getScalarArgType() 622 return ArgType::PtrTo(Ctx.LongTy); in getScalarArgType()
|
H A D | FormatString.cpp | 463 if (T == C.LongTy) in matchesType()
|
H A D | ASTContext.cpp | 1243 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes() 7518 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank() 7631 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 7777 Fields[Count++] = { LongTy, "length" }; in getCFConstantStringDecl() 8033 return LongTy; in getNSIntegerType() 9451 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 9455 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 9794 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() 11603 return LongTy; in getCorrespondingSignedType() 11814 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 263 State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy, in handleBegin() 285 State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy, in handleEnd() 330 C.getASTContext().LongTy, C.blockCount()); in handleAssignment()
|
H A D | StdLibraryFunctionsChecker.cpp | 1665 const QualType LongTy = ACtx.LongTy; in initFunctionSummaries() local 1690 const RangeInt LongMax = BVF.getMaxValue(LongTy).getLimitedValue(); in initFunctionSummaries() 2318 "fseek", Signature(ArgTypes{FilePtrTy, LongTy, IntTy}, RetType{IntTy}), in initFunctionSummaries() 2374 "ftell", Signature(ArgTypes{FilePtrTy}, RetType{LongTy}), in initFunctionSummaries() 2427 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries() 2432 Signature(ArgTypes{LongTy}, RetType{CharPtrTy}), in initFunctionSummaries() 2920 Signature(ArgTypes{IntTy, IntTy}, RetType{LongTy}), in initFunctionSummaries() 2927 "pathconf", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{LongTy}), in initFunctionSummaries() 2937 "seekdir", Signature(ArgTypes{DirPtrTy, LongTy}, RetType{VoidTy}), in initFunctionSummaries()
|
H A D | IteratorModeling.cpp | 471 C.getASTContext().LongTy, C.blockCount()); in handleComparison()
|
H A D | BasicObjCFoundationChecks.cpp | 394 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 116 SIGNED_TYPE(Long, LongTy)
|
H A D | ASTContext.h | 1127 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 123 if (width == ast.getTypeSize(ast.LongTy)) in GetBuiltinTypeForPDBEncodingAndBitSize() 125 ast.LongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 776 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForEncodingAndBitSize() 777 return GetType(ast.LongTy); in GetBuiltinTypeForEncodingAndBitSize() 976 QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 977 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1001 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1002 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2032 return ast->LongTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2345 if (bit_size == ast.getTypeSize(ast.LongTy)) in GetIntTypeFromBitSize() 2346 return GetType(ast.LongTy); in GetIntTypeFromBitSize()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 365 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
|
H A D | SemaRISCV.cpp | 109 QT = Context.LongTy; in RVVType2Qual()
|
H A D | OpenCLBuiltins.td | 350 def Long : Type<"long", QualType<"Context.LongTy">>; 410 …def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;
|
H A D | Sema.cpp | 453 auto AtomicLongT = Context.getAtomicType(Context.LongTy); in Initialize()
|
H A D | SemaExpr.cpp | 4001 Ty = Context.LongTy; in ActOnNumericConstant() 12542 if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType() 12543 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 12555 if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType() 12556 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType() 16450 Ty = Context.LongTy; in ActOnGNUNullExpr()
|
H A D | SemaType.cpp | 1011 Result = Context.LongTy; in ConvertDeclSpecToType() 9680 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
|
H A D | SemaDecl.cpp | 19355 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 19944 BestType = Context.LongTy; in ActOnEnumBody() 19977 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 3578 EVT LongTy = InpTy.getDoubleNumVectorElementsVT(*DAG.getContext()); in combineConcatVectorsBeforeLegal() local 3580 SDValue Cat = DAG.getNode(ISD::CONCAT_VECTORS, dl, LongTy, {C0, C1}); in combineConcatVectorsBeforeLegal() 3581 return DAG.getVectorShuffle(LongTy, dl, Cat, DAG.getUNDEF(LongTy), LongMask); in combineConcatVectorsBeforeLegal()
|