Home
last modified time | relevance | path

Searched refs:DoubleTy (Results 1 – 25 of 25) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp172 Type *DoubleTy = Type::getDoubleTy(getGlobalContext()); in TEST() local
181 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy); in TEST()
232 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR in TEST()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp27 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
DLLVMContextImpl.h295 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
DType.cpp231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp424 Ctx.DoubleTy == CanRetTy || in HandleNilReceiver()
DBasicObjCFoundationChecks.cpp243 case kCFNumberDoubleType: T = Ctx.DoubleTy; break; in GetCFNumberSize()
/external/clang/lib/Analysis/
DScanfFormatString.cpp299 return ArgType::PtrTo(Ctx.DoubleTy); in getArgType()
DPrintfFormatString.cpp328 return Ctx.DoubleTy; in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def131 FLOATING_TYPE(Double, DoubleTy)
DASTContext.h750 CanQualType FloatTy, DoubleTy, LongDoubleTy; variable
/external/clang/lib/CodeGen/
DTargetInfo.cpp1479 else if (ET == getContext().DoubleTy || in classify()
2475 llvm::Type *DoubleTy = CGF.DoubleTy; in EmitVAArg() local
2477 llvm::PointerType::getUnqual(DoubleTy); in EmitVAArg()
2478 llvm::StructType *ST = llvm::StructType::get(DoubleTy, in EmitVAArg()
2479 DoubleTy, NULL); in EmitVAArg()
DCodeGenModule.h116 llvm::Type *FloatTy, *DoubleTy; member
DCGRTTI.cpp1019 Context.DoubleTy, Context.LongDoubleTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp101 DoubleTy = llvm::Type::getDoubleTy(LLVMContext); in CodeGenModule()
DCGBuiltin.cpp1781 Ty = DoubleTy; in EmitARMBuiltinExpr()
DCGObjCMac.cpp93 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, in getMessageSendFpretFn()
/external/clang/lib/AST/
DASTContext.cpp839 InitBuiltinType(DoubleTy, BuiltinType::Double); in InitBuiltinTypes()
893 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
4131 case DoubleRank: return DoubleTy; in getFloatingTypeOfSizeWithinDomain()
7338 Type = Context.DoubleTy; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaType.cpp868 Result = Context.DoubleTy; in ConvertDeclSpecToType()
2703 ArgTy = Context.DoubleTy; in GetFullTypeForDeclarator()
DSemaExpr.cpp609 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take(); in DefaultArgumentPromotion()
2850 Ty = Context.DoubleTy; in ActOnNumericConstant()
2856 if (Ty == Context.DoubleTy) { in ActOnNumericConstant()
9822 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
DSemaDeclAttr.cpp3681 NewTy = S.Context.DoubleTy; in handleModeAttr()
DSemaOverload.cpp6500 &ASTContext::DoubleTy, in getArithmeticType()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2464 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
DRewriteModernObjC.cpp2544 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli427 [c]. See [llvm::Type::DoubleTy]. *)
/external/clang/lib/Serialization/
DASTReader.cpp4936 case PREDEF_TYPE_DOUBLE_ID: T = Context.DoubleTy; break; in GetType()