Home
last modified time | relevance | path

Searched refs:LongTy (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp147 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 DCGObjCMac.cpp173 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 DCodeGenTBAA.cpp183 return getTypeInfo(Context.LongTy); in getTypeInfoHelper()
H A DCGException.cpp2054 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper()
2084 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
H A DItaniumCXXABI.cpp4454 QualType OffsetFlagsTy = CGM.getContext().LongTy; in BuildVMIClassTypeInfo()
4593 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp245 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
384 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
H A DPrintfFormatString.cpp537 case LengthModifier::AsLong: return Ctx.LongTy; in getScalarArgType()
622 return ArgType::PtrTo(Ctx.LongTy); in getScalarArgType()
H A DFormatString.cpp463 if (T == C.LongTy) in matchesType()
H A DASTContext.cpp1300 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 DContainerModeling.cpp266 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 DStdLibraryFunctionsChecker.cpp1668 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 DIterator.cpp218 auto *Sym = SymMgr.conjureSymbol(Elem, LCtx, ACtx.LongTy, blockCount); in createIteratorPosition()
H A DBuiltinFunctionChecker.cpp66 return ACtx.LongTy; in getOverflowBuiltinResultType()
H A DIteratorModeling.cpp475 C.getASTContext().LongTy, C.blockCount()); in handleComparison()
H A DBasicObjCFoundationChecks.cpp393 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp552 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 DAArch64ACLETypes.def140 NEON_VECTOR_TYPE(__Int64x2_t, LongTy, 64, 2, VectorKind::Neon)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def116 SIGNED_TYPE(Long, LongTy)
H A DASTContext.h1221 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp123 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 DTypeSystemClang.cpp796 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 DHexagonISelLoweringHVX.cpp3615 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 DSemaARM.cpp332 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
H A DSemaRISCV.cpp129 QT = Context.LongTy; in RVVType2Qual()
H A DOpenCLBuiltins.td354 def Long : Type<"long", QualType<"Context.LongTy">>;
414 …def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;

12