Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp149 llvm::IntegerType *LongTy; member in __anon13748a720111::CGObjCGNU
839 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in GetClassNamed()
873 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in EmitClassRef()
903 LongTy = cast<llvm::IntegerType>( in CGObjCGNU()
904 Types.ConvertType(CGM.getContext().LongTy)); in CGObjCGNU()
915 Zeros[0] = llvm::ConstantInt::get(LongTy, 0); in CGObjCGNU()
1595 LongTy, // version in GenerateClassStructure()
1596 LongTy, // info in GenerateClassStructure()
1597 LongTy, // instance_size in GenerateClassStructure()
1607 LongTy, // abi_version in GenerateClassStructure()
[all …]
DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anon0ea151f90111::ObjCCommonTypesHelper
316 Params.push_back(Ctx.LongTy); in getCopyStructFn()
408 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn()
2731 Values[1] = llvm::ConstantInt::get(ObjCTypes.LongTy, in EmitProtocolList()
3063 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0); in GenerateClass()
3064 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags); in GenerateClass()
3065 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size); in GenerateClass()
3126 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0); in EmitMetaClass()
3127 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags); in EmitMetaClass()
3128 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size); in EmitMetaClass()
[all …]
DCodeGenTBAA.cpp123 return getTBAAInfo(Context.LongTy); in getTBAAInfo()
DItaniumCXXABI.cpp2983 CGM.getTypes().ConvertType(CGM.getContext().LongTy); in BuildVMIClassTypeInfo()
3131 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp2698 Ty = getTypes().ConvertType(getContext().LongTy); in GetAddrOfConstantCFString()
DCGExpr.cpp1536 llvm::Type *ResultType = ConvertType(getContext().LongTy); in EmitStoreThroughLValue()
/external/lldb/source/Symbol/
DClangASTContext.cpp577 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongTy)) in GetBuiltinTypeForEncodingAndBitSize()
578 return ClangASTType (ast, ast->LongTy.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
746 clang_type = ast->LongTy.getAsOpaquePtr(); in GetBasicType()
886 QualTypeMatchesBitSize (bit_size, ast, ast->LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
887 return ClangASTType (ast, ast->LongTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
913 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
914 return ClangASTType (ast, ast->LongTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/clang/lib/Analysis/
DScanfFormatString.cpp240 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
373 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DPrintfFormatString.cpp355 case LengthModifier::AsLong: return Ctx.LongTy; in getArgType()
428 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DFormatString.cpp327 return T == C.LongTy ? Match : NoMatch; in matchesType()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp453 return ast_ctx.LongTy; in BuildType()
/external/clang/include/clang/AST/
DBuiltinTypes.def114 SIGNED_TYPE(Long, LongTy)
DASTContext.h797 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp953 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes()
4493 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
4574 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4686 FieldTypes[3] = LongTy; in getCFConstantStringType()
6168 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
6172 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
6437 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
7646 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp390 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
/external/clang/lib/Sema/
DSema.cpp219 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()
DSemaExpr.cpp3405 Ty = Context.LongTy; in ActOnNumericConstant()
8756 else if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType()
8757 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
11481 Ty = Context.LongTy; in ActOnGNUNullExpr()
DSemaDecl.cpp13237 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
13816 BestType = Context.LongTy; in ActOnEnumBody()
13849 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
DSemaChecking.cpp617 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
3704 .Case("NSInteger", Context.LongTy) in shouldNotPrintDirectly()
DSemaOverload.cpp1791 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
7080 &ASTContext::LongTy, in getArithmeticType()
DSemaType.cpp818 case DeclSpec::TSW_long: Result = Context.LongTy; break; in ConvertDeclSpecToType()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2569 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
DRewriteModernObjC.cpp3058 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
/external/clang/lib/Serialization/
DASTReader.cpp5994 case PREDEF_TYPE_LONG_ID: T = Context.LongTy; break; in GetType()