Home
last modified time | relevance | path

Searched refs:InitType (Results 1 – 13 of 13) sorted by relevance

/external/skia/include/core/
DSkSurfaceProps.h61 enum InitType { enum
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h147 template<typename AllocatorTy, typename InitType>
150 InitType InitVal) { in Create()
185 template<typename InitType>
187 InitType InitVal) { in Create()
/external/skia/src/image/
DSkSurface.cpp40 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/
DStringMap.h177 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/
DCpu.h167 IN EFI_CPU_INIT_TYPE InitType
/external/llvm/lib/TableGen/
DTGParser.cpp133 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/
DSemaTemplateDeduction.cpp4049 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()
DSemaStmt.cpp1865 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()
DSemaExprCXX.cpp1799 QualType InitType = AllocType; in BuildCXXNew() local
1815 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
1844 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()
DSemaInit.cpp3790 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()
DSemaOverload.cpp4593 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/
DCodeGenModule.cpp2440 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/
DDecl.h798 typedef llvm::PointerUnion<Stmt *, EvaluatedStmt *> InitType; typedef
802 mutable InitType Init;