/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 149 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 …]
|
D | CGObjCMac.cpp | 175 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 …]
|
D | CodeGenTBAA.cpp | 123 return getTBAAInfo(Context.LongTy); in getTBAAInfo()
|
D | ItaniumCXXABI.cpp | 2983 CGM.getTypes().ConvertType(CGM.getContext().LongTy); in BuildVMIClassTypeInfo() 3131 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
D | CodeGenModule.cpp | 2698 Ty = getTypes().ConvertType(getContext().LongTy); in GetAddrOfConstantCFString()
|
D | CGExpr.cpp | 1536 llvm::Type *ResultType = ConvertType(getContext().LongTy); in EmitStoreThroughLValue()
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 577 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/ |
D | ScanfFormatString.cpp | 240 return ArgType::PtrTo(Ctx.LongTy); in getArgType() 373 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
|
D | PrintfFormatString.cpp | 355 case LengthModifier::AsLong: return Ctx.LongTy; in getArgType() 428 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
|
D | FormatString.cpp | 327 return T == C.LongTy ? Match : NoMatch; in matchesType()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 453 return ast_ctx.LongTy; in BuildType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 114 SIGNED_TYPE(Long, LongTy)
|
D | ASTContext.h | 797 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 953 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/ |
D | BasicObjCFoundationChecks.cpp | 390 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 219 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()
|
D | SemaExpr.cpp | 3405 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()
|
D | SemaDecl.cpp | 13237 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 13816 BestType = Context.LongTy; in ActOnEnumBody() 13849 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
D | SemaChecking.cpp | 617 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType() 3704 .Case("NSInteger", Context.LongTy) in shouldNotPrintDirectly()
|
D | SemaOverload.cpp | 1791 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion() 7080 &ASTContext::LongTy, in getArithmeticType()
|
D | SemaType.cpp | 818 case DeclSpec::TSW_long: Result = Context.LongTy; break; in ConvertDeclSpecToType()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2569 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
|
D | RewriteModernObjC.cpp | 3058 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5994 case PREDEF_TYPE_LONG_ID: T = Context.LongTy; break; in GetType()
|