Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp142 llvm::IntegerType *LongTy; member in __anon13748a720111::CGObjCGNU
880 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in GetClassNamed()
913 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in EmitClassRef()
943 LongTy = cast<llvm::IntegerType>( in CGObjCGNU()
944 Types.ConvertType(CGM.getContext().LongTy)); in CGObjCGNU()
955 Zeros[0] = llvm::ConstantInt::get(LongTy, 0); in CGObjCGNU()
1633 LongTy, // version in GenerateClassStructure()
1634 LongTy, // info in GenerateClassStructure()
1635 LongTy, // instance_size in GenerateClassStructure()
1645 LongTy, // abi_version in GenerateClassStructure()
[all …]
DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anon0ea151f90111::ObjCCommonTypesHelper
311 Params.push_back(Ctx.LongTy); in getCopyStructFn()
413 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn()
2891 Values[1] = llvm::ConstantInt::get(ObjCTypes.LongTy, in EmitProtocolList()
3321 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0); in GenerateClass()
3322 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags); in GenerateClass()
3323 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass()
3385 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0); in EmitMetaClass()
3386 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags); in EmitMetaClass()
3387 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size); in EmitMetaClass()
[all …]
DCodeGenTBAA.cpp127 return getTBAAInfo(Context.LongTy); in getTBAAInfo()
DCGException.cpp1655 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper()
1696 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
DItaniumCXXABI.cpp3218 CGM.getTypes().ConvertType(CGM.getContext().LongTy); in BuildVMIClassTypeInfo()
3367 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp3201 Ty = getTypes().ConvertType(getContext().LongTy); in GetAddrOfConstantCFString()
/external/clang/lib/Analysis/
DScanfFormatString.cpp245 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
378 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DPrintfFormatString.cpp422 case LengthModifier::AsLong: return Ctx.LongTy; in getArgType()
495 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DFormatString.cpp358 return T == C.LongTy ? Match : NoMatch; in matchesType()
/external/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp172 return context_->hasSameUnqualifiedType(type, context_->LongTy) || in IsBlacklistedType()
/external/clang/include/clang/AST/
DBuiltinTypes.def114 SIGNED_TYPE(Long, LongTy)
DASTContext.h901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp1009 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes()
4709 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
4790 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4907 FieldTypes[3] = LongTy; in getCFConstantStringDecl()
6431 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
6435 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
6702 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
8179 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp388 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
/external/clang/lib/Sema/
DSema.cpp230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()
DSemaExpr.cpp3463 Ty = Context.LongTy; in ActOnNumericConstant()
9451 else if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType()
9452 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
12327 Ty = Context.LongTy; in ActOnGNUNullExpr()
DSemaDecl.cpp14288 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
14881 BestType = Context.LongTy; in ActOnEnumBody()
14914 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
DSemaChecking.cpp1160 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
5063 .Case("NSInteger", Context.LongTy) in shouldNotPrintDirectly()
DSemaOverload.cpp1915 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
7220 &ASTContext::LongTy, in getArithmeticType()
DSemaType.cpp1361 case DeclSpec::TSW_long: Result = Context.LongTy; break; in ConvertDeclSpecToType()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2565 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
DRewriteModernObjC.cpp3019 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
/external/clang/lib/Serialization/
DASTReader.cpp6020 T = Context.LongTy; in GetType()