| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 147 llvm::IntegerType *LongTy; member in __anonbab9bb100111::CGObjCGNU 1740 metaclassFields.addInt(LongTy, 0); in GenerateClass() 1743 metaclassFields.addInt(LongTy, ClassFlags::ClassFlagMeta); in GenerateClass() 1747 metaclassFields.addInt(LongTy, 0); in GenerateClass() 1777 metaclassFields.addInt(LongTy, 0); in GenerateClass() 1819 classFields.addInt(LongTy, 0); in GenerateClass() 1822 classFields.addInt(LongTy, 0); in GenerateClass() 1829 LongTy, 0 - (Context.getASTObjCInterfaceLayout(OID->getClassInterface()) in GenerateClass() 1959 classFields.addInt(LongTy, 0); in GenerateClass() 2103 llvm::StructType::get(PtrTy, PtrTy, PtrTy, LongTy, LongTy); in GenerateDirectMethodPrologue() [all …]
|
| H A D | CGObjCMac.cpp | 173 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anonb5e682970111::ObjCCommonTypesHelper 381 llvm::Type *args[] = {Int8PtrTy, Int8PtrTy, LongTy}; in GcMemmoveCollectableFn() 3089 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList() 3469 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass() 3470 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass() 3471 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass() 3529 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass() 3530 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass() 3531 values.addInt(ObjCTypes.LongTy, Size); in EmitMetaClass() 4932 CGM.getTypes().ConvertType(CGM.getContext().LongTy), Offset); in EmitIvarOffset() [all …]
|
| H A D | CodeGenTBAA.cpp | 183 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 | 4454 QualType OffsetFlagsTy = CGM.getContext().LongTy; in BuildVMIClassTypeInfo() 4593 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 | 1300 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes() 5399 BestType = LongTy; in computeBestEnumTypes() 5431 : LongTy; in computeBestEnumTypes() 8114 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank() 8227 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 8373 Fields[Count++] = { LongTy, "length" }; in getCFConstantStringDecl() 8631 return LongTy; in getNSIntegerType() 10065 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 10069 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 10423 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 266 State = createContainerBegin(State, ContReg, Elem, C.getASTContext().LongTy, in handleBegin() 288 State = createContainerEnd(State, ContReg, Elem, C.getASTContext().LongTy, in handleEnd() 334 C.getASTContext().LongTy, C.blockCount()); in handleAssignment()
|
| H A D | StdLibraryFunctionsChecker.cpp | 1668 const QualType LongTy = ACtx.LongTy; in initFunctionSummaries() local 1693 const RangeInt LongMax = BVF.getMaxValue(LongTy)->getLimitedValue(); in initFunctionSummaries() 2322 "fseek", Signature(ArgTypes{FilePtrTy, LongTy, IntTy}, RetType{IntTy}), in initFunctionSummaries() 2378 "ftell", Signature(ArgTypes{FilePtrTy}, RetType{LongTy}), in initFunctionSummaries() 2431 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries() 2436 Signature(ArgTypes{LongTy}, RetType{CharPtrTy}), in initFunctionSummaries() 2930 Signature(ArgTypes{IntTy, IntTy}, RetType{LongTy}), in initFunctionSummaries() 2937 "pathconf", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{LongTy}), in initFunctionSummaries() 2947 "seekdir", Signature(ArgTypes{DirPtrTy, LongTy}, RetType{VoidTy}), in initFunctionSummaries()
|
| H A D | Iterator.cpp | 218 auto *Sym = SymMgr.conjureSymbol(Elem, LCtx, ACtx.LongTy, blockCount); in createIteratorPosition()
|
| H A D | BuiltinFunctionChecker.cpp | 66 return ACtx.LongTy; in getOverflowBuiltinResultType()
|
| H A D | IteratorModeling.cpp | 475 C.getASTContext().LongTy, C.blockCount()); in handleComparison()
|
| H A D | BasicObjCFoundationChecks.cpp | 393 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 552 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not, in create_dispatch_once() 553 C.LongTy, VK_PRValue, OK_Ordinary, SourceLocation(), in create_dispatch_once()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AArch64ACLETypes.def | 140 NEON_VECTOR_TYPE(__Int64x2_t, LongTy, 64, 2, VectorKind::Neon)
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 116 SIGNED_TYPE(Long, LongTy)
|
| H A D | ASTContext.h | 1221 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 | 796 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForEncodingAndBitSize() 797 return GetType(ast.LongTy); in GetBuiltinTypeForEncodingAndBitSize() 999 QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1000 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1024 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1025 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2051 return ast->LongTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2364 if (bit_size == ast.getTypeSize(ast.LongTy)) in GetIntTypeFromBitSize() 2365 return GetType(ast.LongTy); in GetIntTypeFromBitSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 3615 EVT LongTy = InpTy.getDoubleNumVectorElementsVT(*DAG.getContext()); in combineConcatVectorsBeforeLegal() local 3617 SDValue Cat = DAG.getNode(ISD::CONCAT_VECTORS, dl, LongTy, {C0, C1}); in combineConcatVectorsBeforeLegal() 3618 return DAG.getVectorShuffle(LongTy, dl, Cat, DAG.getUNDEF(LongTy), LongMask); in combineConcatVectorsBeforeLegal()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaARM.cpp | 332 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
|
| H A D | SemaRISCV.cpp | 129 QT = Context.LongTy; in RVVType2Qual()
|
| H A D | OpenCLBuiltins.td | 354 def Long : Type<"long", QualType<"Context.LongTy">>; 414 …def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;
|