HomeSort by relevance Sort by last modified time
    Searched refs:DoubleTy (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/unittests/IR/
ConstantsTest.cpp 172 Type *DoubleTy = Type::getDoubleTy(getGlobalContext());
181 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
232 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR
InstructionsTest.cpp 184 Type *DoubleTy = Type::getDoubleTy(C);
243 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy));
244 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy));
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 28 DoubleTy(C, Type::DoubleTyID),
LLVMContextImpl.h 304 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
Type.cpp 225 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
  /external/lldb/source/Symbol/
ClangASTContext.cpp 588 if (QualTypeMatchesBitSize (bit_size, ast, ast->DoubleTy))
589 return ClangASTType (ast, ast->DoubleTy.getAsOpaquePtr());
773 clang_type = ast->DoubleTy.getAsOpaquePtr();
867 if (QualTypeMatchesBitSize (bit_size, ast, ast->DoubleTy))
868 return ClangASTType (ast, ast->DoubleTy.getAsOpaquePtr());
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 314 return ArgType::PtrTo(Ctx.DoubleTy);
PrintfFormatString.cpp 346 return Ctx.DoubleTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 559 Ctx.DoubleTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 393 case kCFNumberDoubleType: T = Ctx.DoubleTy; break;
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 472 return ast_ctx.DoubleTy;
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CodeGenModule.h 113 llvm::Type *FloatTy, *DoubleTy;
    [all...]
TargetInfo.cpp     [all...]
CodeGenModule.cpp 101 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp 94 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 532 if (QT == C.DoubleTy ||
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 782 CanQualType FloatTy, DoubleTy, LongDoubleTy;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 868 Result = Context.DoubleTy;
    [all...]
SemaExpr.cpp 736 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).get();
    [all...]
SemaChecking.cpp 415 return Context.DoubleTy;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 1042 milliseconds

1 2