Searched refs:DoubleTy (Results 1 - 24 of 24) sorted by relevance

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

Completed in 2272 milliseconds