| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | ClangASTContext.cpp | 588 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/ |
| D | LLVMContextImpl.cpp | 27 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
|
| D | LLVMContextImpl.h | 295 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
|
| D | Type.cpp | 231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 1630 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 …]
|
| D | CGRTTI.cpp | 973 Context.DoubleTy, Context.LongDoubleTy, in EmitFundamentalRTTIDescriptors()
|
| D | CodeGenModule.h | 115 llvm::Type *FloatTy, *DoubleTy; member
|
| D | TargetInfo.cpp | 1558 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()
|
| D | CodeGenModule.cpp | 98 DoubleTy = llvm::Type::getDoubleTy(LLVMContext); in CodeGenModule()
|
| D | CGObjCMac.cpp | 94 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, in getMessageSendFpretFn()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | ScanfFormatString.cpp | 305 return ArgType::PtrTo(Ctx.DoubleTy); in getArgType()
|
| D | PrintfFormatString.cpp | 365 return Ctx.DoubleTy; in getArgType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | BuiltinTypes.def | 131 FLOATING_TYPE(Double, DoubleTy)
|
| D | ASTContext.h | 778 CanQualType FloatTy, DoubleTy, LongDoubleTy; variable
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | CallAndMessageChecker.cpp | 483 Ctx.DoubleTy == CanRetTy || in HandleNilReceiver()
|
| D | BasicObjCFoundationChecks.cpp | 359 case kCFNumberDoubleType: T = Ctx.DoubleTy; break; in GetCFNumberSize()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | DataExtractor.cpp | 1830 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/ |
| D | ASTContext.cpp | 945 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/ |
| D | SemaType.cpp | 867 Result = Context.DoubleTy; in ConvertDeclSpecToType() 2985 ArgTy = Context.DoubleTy; in GetFullTypeForDeclarator()
|
| D | SemaExpr.cpp | 715 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()
|
| D | SemaChecking.cpp | 382 return Context.DoubleTy; in getNeonEltType()
|
| D | SemaOverload.cpp | 6726 &ASTContext::DoubleTy, in getArithmeticType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 2464 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
|
| D | RewriteModernObjC.cpp | 2564 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 5231 case PREDEF_TYPE_DOUBLE_ID: T = Context.DoubleTy; break; in GetType()
|