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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp144 llvm::IntegerType *LongTy; member in class:__anon3800::CGObjCGNU
846 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
880 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
910 LongTy = cast<llvm::IntegerType>(
911 Types.ConvertType(CGM.getContext().LongTy));
922 Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
1611 LongTy, // version
1612 LongTy, // info
1613 LongTy, // instance_size
1623 LongTy, // abi_versio
[all...]
H A DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon3801::ObjCCommonTypesHelper
316 Params.push_back(Ctx.LongTy);
408 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
2862 Values[1] = llvm::ConstantInt::get(ObjCTypes.LongTy,
3266 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0);
3267 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags);
3268 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size.getQuantity());
3329 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0);
3330 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags);
3331 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Siz
5277 LongTy, local
5344 LongTy, local
5345 LongTy, local
5346 LongTy, local
[all...]
H A DCodeGenTBAA.cpp123 return getTBAAInfo(Context.LongTy);
H A DCGException.cpp1656 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy;
1696 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy),
H A DItaniumCXXABI.cpp3188 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
3336 getContext().UnsignedIntTy, getContext().LongTy,
H A DCodeGenModule.cpp2961 Ty = getTypes().ConvertType(getContext().LongTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPrintfFormatString.cpp417 case LengthModifier::AsLong: return Ctx.LongTy;
490 return ArgType::PtrTo(Ctx.LongTy);
H A DScanfFormatString.cpp240 return ArgType::PtrTo(Ctx.LongTy);
373 return ArgType::PtrTo(Ctx.LongTy);
H A DFormatString.cpp327 return T == C.LongTy ? Match : NoMatch;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp782 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongTy))
783 return CompilerType (ast, ast->LongTy);
953 clang_type = ast->LongTy.getAsOpaquePtr();
1103 QualTypeMatchesBitSize (bit_size, ast, ast->LongTy))
1104 return CompilerType (ast, ast->LongTy);
1130 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongTy))
1131 return CompilerType (ast, ast->LongTy);
2241 if (bit_size == ast->getTypeSize(ast->LongTy))
2242 return CompilerType(ast, ast->LongTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1010 InitBuiltinType(LongTy, BuiltinType::Long);
4693 return 5 + (getIntWidth(LongTy) << 3);
4774 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4886 FieldTypes[3] = LongTy;
6375 FieldTypes[0] = Context->LongTy;
6379 FieldTypes[1] = Context->LongTy;
6646 case TargetInfo::SignedLong: return LongTy;
8101 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy));
H A DSemaChecking.cpp660 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
4188 .Case("NSInteger", Context.LongTy)
H A DSemaExpr.cpp3391 Ty = Context.LongTy;
9193 else if (TypeSize == Context.getTypeSize(Context.LongTy))
9194 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
11966 Ty = Context.LongTy;
H A DSemaOverload.cpp1881 Context.LongTy, Context.UnsignedLongTy ,
7210 &ASTContext::LongTy,
H A DSemaDecl.cpp13879 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
14469 BestType = Context.LongTy;
14502 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaType.cpp1296 case DeclSpec::TSW_long: Result = Context.LongTy; break;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp389 case kCFNumberLongType: T = Ctx.LongTy; break;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h889 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2570 FieldTypes[3] = Context->LongTy;
H A DRewriteModernObjC.cpp3050 FieldTypes[3] = Context->LongTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5996 T = Context.LongTy;

Completed in 788 milliseconds