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

/external/llvm/lib/VMCore/
H A DLLVMContextImpl.cpp26 DoubleTy(C, Type::DoubleTyID),
H A DLLVMContextImpl.h297 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy; member in class:llvm::LLVMContextImpl
H A DType.cpp252 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp312 return Ctx.DoubleTy;
H A DScanfFormatString.cpp280 return ArgType::PtrTo(Ctx.DoubleTy);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp419 Ctx.DoubleTy == CanRetTy ||
H A DBasicObjCFoundationChecks.cpp235 case kCFNumberDoubleType: T = Ctx.DoubleTy; break;
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1416 else if (ET == getContext().DoubleTy)
2406 llvm::Type *DoubleTy = CGF.DoubleTy;
2408 llvm::PointerType::getUnqual(DoubleTy);
2409 llvm::StructType *ST = llvm::StructType::get(DoubleTy,
2410 DoubleTy, NULL);
H A DCGRTTI.cpp1007 Context.DoubleTy, Context.LongDoubleTy,
H A DCodeGenModule.h109 llvm::Type *FloatTy, *DoubleTy; member in struct:clang::CodeGen::CodeGenTypeCache
H A DCodeGenModule.cpp89 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
H A DCGBuiltin.cpp1685 Ty = DoubleTy;
H A DCGObjCMac.cpp92 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
/external/clang/include/clang/AST/
H A DASTContext.h685 CanQualType FloatTy, DoubleTy, LongDoubleTy; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp758 InitBuiltinType(DoubleTy, BuiltinType::Double);
812 DoubleComplexTy = getComplexType(DoubleTy);
3950 case DoubleRank: return DoubleTy;
6937 Type = Context.DoubleTy;
/external/clang/lib/Sema/
H A DSemaType.cpp738 Result = Context.DoubleTy;
2519 ArgTy = Context.DoubleTy;
H A DSemaExpr.cpp581 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take();
2746 Ty = Context.DoubleTy;
2752 if (Ty == Context.DoubleTy) {
9585 PromoteType = Context.DoubleTy;
H A DSemaDeclAttr.cpp3322 NewTy = S.Context.DoubleTy;
H A DSemaOverload.cpp6412 &ASTContext::DoubleTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp4443 case PREDEF_TYPE_DOUBLE_ID: T = Context.DoubleTy; break;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2470 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
H A DRewriteObjC.cpp2473 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli427 [c]. See [llvm::Type::DoubleTy]. *)

Completed in 411 milliseconds