Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp146 llvm::IntegerType *LongTy; member in __anon119c321b0111::CGObjCGNU
1720 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1723 metaclassFields.addInt(LongTy, 1); in GenerateClass()
1727 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1758 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1800 classFields.addInt(LongTy, 0); in GenerateClass()
1803 classFields.addInt(LongTy, 0); in GenerateClass()
1809 classFields.addInt(LongTy, in GenerateClass()
1936 classFields.addInt(LongTy, 0); in GenerateClass()
2093 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in GetClassNamed()
[all …]
H A DCGObjCMac.cpp175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anon0cc8f9a20111::ObjCCommonTypesHelper
413 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn()
3245 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()
3636 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass()
3637 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass()
3638 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass()
3697 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass()
3698 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass()
3699 values.addInt(ObjCTypes.LongTy, Size); in EmitMetaClass()
5100 CGM.getTypes().ConvertType(CGM.getContext().LongTy), in EmitIvarOffset()
[all …]
H A DCodeGenTBAA.cpp138 return getTypeInfo(Context.LongTy); in getTypeInfoHelper()
H A DCGException.cpp2031 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper()
2061 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
H A DItaniumCXXABI.cpp4027 QualType OffsetFlagsTy = CGM.getContext().LongTy; in BuildVMIClassTypeInfo()
4164 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp244 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
382 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
H A DPrintfFormatString.cpp518 case LengthModifier::AsLong: return Ctx.LongTy; in getScalarArgType()
603 return ArgType::PtrTo(Ctx.LongTy); in getScalarArgType()
H A DFormatString.cpp406 return T == C.LongTy ? Match : NoMatch; in matchesType()
H A DASTContext.cpp1293 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes()
6325 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
6415 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
6562 Fields[Count++] = { LongTy, "length" }; in getCFConstantStringDecl()
6818 return LongTy; in getNSIntegerType()
8226 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
8230 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
8562 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
10196 return LongTy; in getCorrespondingSignedType()
10399 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1055 const QualType LongTy = ACtx.LongTy; in initFunctionSummaries() local
1080 const RangeInt LongMax = BVF.getMaxValue(LongTy).getLimitedValue(); in initFunctionSummaries()
1440 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries()
1445 Signature(ArgTypes{LongTy}, RetType{CharPtrTy}), in initFunctionSummaries()
1863 Signature(ArgTypes{IntTy, IntTy}, RetType{LongTy}), in initFunctionSummaries()
1870 "pathconf", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{LongTy}), in initFunctionSummaries()
1888 "seekdir", Signature(ArgTypes{DirPtrTy, LongTy}, RetType{VoidTy}), in initFunctionSummaries()
H A DContainerModeling.cpp272 State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy, in handleBegin()
294 State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy, in handleEnd()
339 C.getASTContext().LongTy, C.blockCount()); in handleAssignment()
H A DIterator.cpp218 auto Sym = SymMgr.conjureSymbol(S, LCtx, ACtx.LongTy, blockCount); in createIteratorPosition()
H A DIteratorModeling.cpp475 C.getASTContext().LongTy, C.blockCount()); in handleComparison()
H A DBasicObjCFoundationChecks.cpp387 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp521 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not, in create_dispatch_once()
522 C.LongTy, VK_RValue, OK_Ordinary, SourceLocation(), in create_dispatch_once()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def116 SIGNED_TYPE(Long, LongTy)
H A DASTContext.h1010 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp356 auto AtomicLongT = Context.getAtomicType(Context.LongTy); in Initialize()
H A DOpenCLBuiltins.td299 def Long : Type<"long", QualType<"Context.LongTy">>;
345 def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;
H A DSemaExpr.cpp3950 Ty = Context.LongTy; in ActOnNumericConstant()
12135 else if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType()
12136 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
12145 else if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType()
12146 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
15746 Ty = Context.LongTy; in ActOnGNUNullExpr()
H A DSemaDecl.cpp17656 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
18237 BestType = Context.LongTy; in ActOnEnumBody()
18270 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
H A DSemaOverload.cpp2156 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
8185 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()
H A DSemaType.cpp1394 Result = Context.LongTy; in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2574 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
H A DRewriteModernObjC.cpp3020 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()

12