HomeSort by relevance Sort by last modified time
    Searched refs:DoubleTy (Results 1 - 23 of 23) 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 268 case LengthModifier::AsLong: return ArgTypeResult(Ctx.DoubleTy);
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 353 Ctx.DoubleTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 214 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 565 CanQualType FloatTy, DoubleTy, LongDoubleTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 424 InitBuiltinType(DoubleTy, BuiltinType::Double);
473 DoubleComplexTy = getComplexType(DoubleTy);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 736 Result = Context.DoubleTy;
    [all...]
SemaExpr.cpp 500 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take();
    [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Rewrite/
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 184 milliseconds