/external/skia/include/core/ |
D | SkSurfaceProps.h | 61 enum InitType { enum 64 SkSurfaceProps(InitType); 65 SkSurfaceProps(uint32_t flags, InitType);
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringMap.h | 147 template<typename AllocatorTy, typename InitType> 150 InitType InitVal) { in Create() 185 template<typename InitType> 187 InitType InitVal) { in Create()
|
/external/skia/src/image/ |
D | SkSurface.cpp | 40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() argument 42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() argument
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 177 template <typename... InitType> 178 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) { in Create() 180 return Create(Key, A, std::forward<InitType>(InitVal)...); in Create()
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | Cpu.h | 167 IN EFI_CPU_INIT_TYPE InitType
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 133 std::string InitType = ""; in SetValue() local 135 InitType = (Twine("' of type bit initializer with length ") + in SetValue() 140 InitType + "'"); in SetValue()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4049 QualType InitType = Init->getType(); in DeduceAutoType() local 4069 *this, TemplateParamsSt.get(), FuncParam, InitType, Init, TDF)) in DeduceAutoType() 4073 FuncParam, InitType, Info, Deduced, in DeduceAutoType() 4097 Sema::OriginalCallArg(FuncParam,0,InitType), in DeduceAutoType()
|
D | SemaStmt.cpp | 1865 QualType InitType; in FinishForRangeVarDecl() local 1867 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) == in FinishForRangeVarDecl() 1870 if (InitType.isNull()) { in FinishForRangeVarDecl() 1874 Decl->setType(InitType); in FinishForRangeVarDecl()
|
D | SemaExprCXX.cpp | 1799 QualType InitType = AllocType; in BuildCXXNew() local 1815 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew() 1844 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()
|
D | SemaInit.cpp | 3790 QualType InitType = InitList->getInit(0)->getType(); in TryListInitialization() local 3791 if (S.Context.hasSameUnqualifiedType(InitType, DestType) || in TryListInitialization() 3792 S.IsDerivedFrom(InitList->getLocStart(), InitType, DestType)) { in TryListInitialization()
|
D | SemaOverload.cpp | 4593 QualType InitType = From->getInit(0)->getType(); in TryListConversion() local 4594 if (S.Context.hasSameUnqualifiedType(InitType, ToType) || in TryListConversion() 4595 S.IsDerivedFrom(From->getLocStart(), InitType, ToType)) in TryListConversion()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2440 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local 2442 GetAddrOfGlobalVar(D, InitType, /*IsForDefinition=*/!IsTentative); in EmitGlobalVarDefinition() 2466 GV->getType()->getElementType() != InitType || in EmitGlobalVarDefinition() 2475 GetAddrOfGlobalVar(D, InitType, /*IsForDefinition=*/!IsTentative)); in EmitGlobalVarDefinition()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 798 typedef llvm::PointerUnion<Stmt *, EvaluatedStmt *> InitType; typedef 802 mutable InitType Init;
|