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

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp113 return getTBAAInfo(Context.LongTy);
H A DCGObjCGNU.cpp150 llvm::IntegerType *LongTy; member in class:__anon55::CGObjCGNU
702 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
732 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
760 LongTy = cast<llvm::IntegerType>(
761 Types.ConvertType(CGM.getContext().LongTy));
772 Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
1447 LongTy, // version
1448 LongTy, // info
1449 LongTy, // instance_size
1459 LongTy, // abi_versio
[all...]
H A DCGObjCMac.cpp173 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon56::ObjCCommonTypesHelper
313 Params.push_back(Ctx.LongTy);
404 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
2099 Values[1] = llvm::ConstantInt::get(ObjCTypes.LongTy,
2434 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0);
2435 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags);
2436 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size);
2499 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0);
2500 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags);
2501 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Siz
4483 LongTy, local
4550 LongTy, local
4551 LongTy, local
4552 LongTy, local
[all...]
H A DCGRTTI.cpp845 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
1004 Context.UnsignedIntTy, Context.LongTy,
H A DCodeGenModule.cpp2108 Ty = getTypes().ConvertType(getContext().LongTy);
H A DCGExpr.cpp1333 llvm::Type *ResultType = ConvertType(getContext().LongTy);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp268 case LengthModifier::AsLong: return Ctx.LongTy;
324 return ArgType::PtrTo(Ctx.LongTy);
H A DScanfFormatString.cpp214 return ArgType::PtrTo(Ctx.LongTy);
329 return ArgType::PtrTo(Ctx.LongTy);
H A DFormatString.cpp302 return T == C.LongTy;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp232 case kCFNumberLongType: T = Ctx.LongTy; break;
/external/clang/lib/AST/
H A DASTContext.cpp746 InitBuiltinType(LongTy, BuiltinType::Long);
3994 return 5 + (getIntWidth(LongTy) << 3);
4059 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4168 FieldTypes[3] = LongTy;
5710 case TargetInfo::SignedLong: return LongTy;
6952 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
/external/clang/include/clang/AST/
H A DASTContext.h682 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaDecl.cpp10299 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
10890 BestType = Context.LongTy;
10923 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaExpr.cpp2818 Ty = Context.LongTy;
7274 else if (TypeSize == Context.getTypeSize(Context.LongTy))
7275 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
9606 Ty = Context.LongTy;
H A DSemaType.cpp697 case DeclSpec::TSW_long: Result = Context.LongTy; break;
H A DSemaOverload.cpp1716 Context.LongTy, Context.UnsignedLongTy ,
6417 &ASTContext::LongTy,
H A DSemaDeclAttr.cpp3325 NewTy = S.Context.LongTy;
H A DSemaChecking.cpp2706 .Case("NSInteger", S.Context.LongTy)
/external/clang/lib/Serialization/
H A DASTReader.cpp4438 case PREDEF_TYPE_LONG_ID: T = Context.LongTy; break;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3042 FieldTypes[3] = Context->LongTy;
H A DRewriteObjC.cpp2620 FieldTypes[3] = Context->LongTy;

Completed in 357 milliseconds