/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 142 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 …]
|
D | CGObjCMac.cpp | 175 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 …]
|
D | CodeGenTBAA.cpp | 127 return getTBAAInfo(Context.LongTy); in getTBAAInfo()
|
D | CGException.cpp | 1655 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper() 1696 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
|
D | ItaniumCXXABI.cpp | 3218 CGM.getTypes().ConvertType(CGM.getContext().LongTy); in BuildVMIClassTypeInfo() 3367 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
D | CodeGenModule.cpp | 3201 Ty = getTypes().ConvertType(getContext().LongTy); in GetAddrOfConstantCFString()
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 245 return ArgType::PtrTo(Ctx.LongTy); in getArgType() 378 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
|
D | PrintfFormatString.cpp | 422 case LengthModifier::AsLong: return Ctx.LongTy; in getArgType() 495 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
|
D | FormatString.cpp | 358 return T == C.LongTy ? Match : NoMatch; in matchesType()
|
/external/v8/tools/clang/plugins/ |
D | CheckIPCVisitor.cpp | 172 return context_->hasSameUnqualifiedType(type, context_->LongTy) || in IsBlacklistedType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 114 SIGNED_TYPE(Long, LongTy)
|
D | ASTContext.h | 901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1009 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/ |
D | BasicObjCFoundationChecks.cpp | 388 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()
|
D | SemaExpr.cpp | 3463 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()
|
D | SemaDecl.cpp | 14288 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 14881 BestType = Context.LongTy; in ActOnEnumBody() 14914 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
D | SemaChecking.cpp | 1160 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType() 5063 .Case("NSInteger", Context.LongTy) in shouldNotPrintDirectly()
|
D | SemaOverload.cpp | 1915 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion() 7220 &ASTContext::LongTy, in getArithmeticType()
|
D | SemaType.cpp | 1361 case DeclSpec::TSW_long: Result = Context.LongTy; break; in ConvertDeclSpecToType()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2565 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
|
D | RewriteModernObjC.cpp | 3019 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6020 T = Context.LongTy; in GetType()
|