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

1 2

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 39 llvm::Type *FloatTy, *DoubleTy;
CGBuiltin.cpp     [all...]
TargetInfo.cpp     [all...]
CodeGenModule.cpp 109 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp 94 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 28 DoubleTy(C, Type::DoubleTyID),
Type.cpp 222 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
LLVMContextImpl.h     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 175 Type *DoubleTy = Type::getDoubleTy(getGlobalContext());
184 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
242 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/clang/lib/Analysis/
PrintfFormatString.cpp 478 return Ctx.DoubleTy;
ScanfFormatString.cpp 316 return ArgType::PtrTo(Ctx.DoubleTy);
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 559 Ctx.DoubleTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 392 case kCFNumberDoubleType: T = Ctx.DoubleTy; break;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 236 Context.getAtomicType(Context.DoubleTy));
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp 812 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).get();
    [all...]
SemaChecking.cpp 680 return Context.DoubleTy;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 570 if (QT == C.DoubleTy ||
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 533 [c]. See [llvm::Type::DoubleTy]. *)
    [all...]

Completed in 334 milliseconds

1 2