Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp588 if (QualTypeMatchesBitSize (bit_size, ast, ast->DoubleTy)) in GetBuiltinTypeForEncodingAndBitSize()
589 return ClangASTType (ast, ast->DoubleTy.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
773 clang_type = ast->DoubleTy.getAsOpaquePtr(); in GetBasicType()
867 if (QualTypeMatchesBitSize (bit_size, ast, ast->DoubleTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
868 return ClangASTType (ast, ast->DoubleTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2143 else if (bit_size == ast->getTypeSize(ast->DoubleTy)) in GetFloatTypeFromBitSize()
2144 return ClangASTType(ast, ast->DoubleTy.getAsOpaquePtr()); in GetFloatTypeFromBitSize()
/freebsd-10-stable/contrib/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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBuiltin.cpp1630 return llvm::VectorType::get(CGF->DoubleTy, V1Ty ? 1 : (1 << IsQuad)); in GetNeonType()
3029 VTy = llvm::VectorType::get(DoubleTy, 1); in EmitAArch64BuiltinExpr()
3057 VTy = llvm::VectorType::get(DoubleTy, 1); in EmitAArch64BuiltinExpr()
3518 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); in EmitAArch64BuiltinExpr()
3555 if (VTy && VTy->getElementType() == DoubleTy) { in EmitAArch64BuiltinExpr()
3556 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); in EmitAArch64BuiltinExpr()
3557 Ops[1] = Builder.CreateBitCast(Ops[1], DoubleTy); in EmitAArch64BuiltinExpr()
3562 Value *F = CGM.getIntrinsic(Intrinsic::fma, DoubleTy); in EmitAArch64BuiltinExpr()
3577 if (VTy && VTy->getElementType() == DoubleTy) { in EmitAArch64BuiltinExpr()
3578 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); in EmitAArch64BuiltinExpr()
[all …]
DCGRTTI.cpp973 Context.DoubleTy, Context.LongDoubleTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.h115 llvm::Type *FloatTy, *DoubleTy; member
DTargetInfo.cpp1558 else if (ET == getContext().DoubleTy || in classify()
2577 llvm::Type *DoubleTy = CGF.DoubleTy; in EmitVAArg() local
2579 llvm::PointerType::getUnqual(DoubleTy); in EmitVAArg()
2580 llvm::StructType *ST = llvm::StructType::get(DoubleTy, DoubleTy, NULL); in EmitVAArg()
DCodeGenModule.cpp98 DoubleTy = llvm::Type::getDoubleTy(LLVMContext); in CodeGenModule()
DCGObjCMac.cpp94 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, in getMessageSendFpretFn()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DScanfFormatString.cpp305 return ArgType::PtrTo(Ctx.DoubleTy); in getArgType()
DPrintfFormatString.cpp365 return Ctx.DoubleTy; in getArgType()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DBuiltinTypes.def131 FLOATING_TYPE(Double, DoubleTy)
DASTContext.h778 CanQualType FloatTy, DoubleTy, LongDoubleTy; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp483 Ctx.DoubleTy == CanRetTy || in HandleNilReceiver()
DBasicObjCFoundationChecks.cpp359 case kCFNumberDoubleType: T = Ctx.DoubleTy; break; in GetCFNumberSize()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDataExtractor.cpp1830 else if (item_bit_size == ast->getTypeSize(ast->DoubleTy)) in Dump()
1835 … llvm::APFloat apfloat (ast->getFloatTypeSemantics(ast->DoubleTy), apint); in Dump()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp945 InitBuiltinType(DoubleTy, BuiltinType::Double); in InitBuiltinTypes()
1003 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
4276 case DoubleRank: return DoubleTy; in getFloatingTypeOfSizeWithinDomain()
7605 Type = Context.DoubleTy; in DecodeTypeFromStr()
8053 return DoubleTy; in getRealTypeForBitwidth()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp867 Result = Context.DoubleTy; in ConvertDeclSpecToType()
2985 ArgTy = Context.DoubleTy; in GetFullTypeForDeclarator()
DSemaExpr.cpp715 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take(); in DefaultArgumentPromotion()
3085 Ty = Context.DoubleTy; in ActOnNumericConstant()
3091 if (Ty == Context.DoubleTy) { in ActOnNumericConstant()
10539 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
DSemaChecking.cpp382 return Context.DoubleTy; in getNeonEltType()
DSemaOverload.cpp6726 &ASTContext::DoubleTy, in getArithmeticType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2464 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
DRewriteModernObjC.cpp2564 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5231 case PREDEF_TYPE_DOUBLE_ID: T = Context.DoubleTy; break; in GetType()