HomeSort by relevance Sort by last modified time
    Searched refs:DoubleTy (Results 1 - 25 of 27) 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 129 Type *DoubleTy = Type::getDoubleTy(C);
181 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy));
182 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy));
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 27 DoubleTy(C, Type::DoubleTyID),
LLVMContextImpl.h 295 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
Type.cpp 231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 328 return Ctx.DoubleTy;
ScanfFormatString.cpp 299 return ArgType::PtrTo(Ctx.DoubleTy);
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 455 Ctx.DoubleTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 358 case kCFNumberDoubleType: T = Ctx.DoubleTy; break;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGRTTI.cpp     [all...]
CodeGenModule.h 115 llvm::Type *FloatTy, *DoubleTy;
    [all...]
CGBuiltin.cpp     [all...]
CodeGenModule.cpp 98 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
    [all...]
CGObjCMac.cpp 93 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 750 CanQualType FloatTy, DoubleTy, LongDoubleTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 456 if (QT == C.DoubleTy ||
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 879 Result = Context.DoubleTy;
    [all...]
SemaExpr.cpp 714 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take();
    [all...]
SemaChecking.cpp 378 return Context.DoubleTy;
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 427 [c]. See [llvm::Type::DoubleTy]. *)
    [all...]

Completed in 644 milliseconds

1 2