Searched refs:LongTy (Results 1 - 21 of 21) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp148 llvm::IntegerType *LongTy; member in class:__anon15213::CGObjCGNU
860 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
894 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
922 LongTy = cast<llvm::IntegerType>(
923 Types.ConvertType(CGM.getContext().LongTy));
934 Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
1610 LongTy, // version
1611 LongTy, // info
1612 LongTy, // instance_size
1622 LongTy, // abi_versio
[all...]
H A DCGObjCMac.cpp174 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon15214::ObjCCommonTypesHelper
314 Params.push_back(Ctx.LongTy);
405 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
2759 Values[1] = llvm::ConstantInt::get(ObjCTypes.LongTy,
3116 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0);
3117 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags);
3118 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size);
3181 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0);
3182 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags);
3183 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Siz
5171 LongTy, local
5238 LongTy, local
5239 LongTy, local
5240 LongTy, local
[all...]
H A DCodeGenTBAA.cpp128 return getTBAAInfo(Context.LongTy);
H A DCGRTTI.cpp811 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
970 Context.UnsignedIntTy, Context.LongTy,
H A DCGExpr.cpp1408 llvm::Type *ResultType = ConvertType(getContext().LongTy);
H A DCodeGenModule.cpp2317 Ty = getTypes().ConvertType(getContext().LongTy);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp284 case LengthModifier::AsLong: return Ctx.LongTy;
340 return ArgType::PtrTo(Ctx.LongTy);
H A DScanfFormatString.cpp231 return ArgType::PtrTo(Ctx.LongTy);
348 return ArgType::PtrTo(Ctx.LongTy);
H A DFormatString.cpp302 return T == C.LongTy;
/external/clang/lib/AST/
H A DASTContext.cpp911 InitBuiltinType(LongTy, BuiltinType::Long);
4309 return 5 + (getIntWidth(LongTy) << 3);
4374 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4483 FieldTypes[3] = LongTy;
6060 FieldTypes[0] = Context->LongTy;
6064 FieldTypes[1] = Context->LongTy;
6337 case TargetInfo::SignedLong: return LongTy;
7586 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp355 case kCFNumberLongType: T = Ctx.LongTy; break;
/external/clang/include/clang/AST/
H A DASTContext.h747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaExpr.cpp3094 Ty = Context.LongTy;
7863 else if (TypeSize == Context.getTypeSize(Context.LongTy))
7864 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
10367 Ty = Context.LongTy;
H A DSemaOverload.cpp1793 Context.LongTy, Context.UnsignedLongTy ,
6628 &ASTContext::LongTy,
H A DSemaChecking.cpp3106 .Case("NSInteger", S.Context.LongTy)
H A DSemaType.cpp828 case DeclSpec::TSW_long: Result = Context.LongTy; break;
H A DSemaDecl.cpp11913 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
12453 BestType = Context.LongTy;
12486 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaDeclAttr.cpp3639 NewTy = S.Context.LongTy;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2605 FieldTypes[3] = Context->LongTy;
H A DRewriteModernObjC.cpp3111 FieldTypes[3] = Context->LongTy;
/external/clang/lib/Serialization/
H A DASTReader.cpp5223 case PREDEF_TYPE_LONG_ID: T = Context.LongTy; break;

Completed in 306 milliseconds