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

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 26 DoubleTy(C, Type::DoubleTyID),
LLVMContextImpl.h 297 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
Type.cpp 252 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 312 return Ctx.DoubleTy;
ScanfFormatString.cpp 280 return ArgType::PtrTo(Ctx.DoubleTy);
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 419 Ctx.DoubleTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 235 case kCFNumberDoubleType: T = Ctx.DoubleTy; break;
  /external/clang/lib/CodeGen/
CodeGenModule.h 109 llvm::Type *FloatTy, *DoubleTy;
    [all...]
TargetInfo.cpp     [all...]
CGRTTI.cpp     [all...]
CodeGenModule.cpp 89 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
    [all...]
CGBuiltin.cpp     [all...]
CGObjCMac.cpp 92 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 685 CanQualType FloatTy, DoubleTy, LongDoubleTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 758 InitBuiltinType(DoubleTy, BuiltinType::Double);
812 DoubleComplexTy = getComplexType(DoubleTy);
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 457 if (QT == C.DoubleTy ||
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 738 Result = Context.DoubleTy;
    [all...]
SemaExpr.cpp 581 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take();
    [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
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 939 milliseconds